Animating an iMessage clone with Framer Motion's new layout mode!

Поделиться
HTML-код
  • Опубликовано: 15 ноя 2024

Комментарии • 27

  • @avidworkslol
    @avidworkslol 2 года назад +35

    Just wanted to say, you are legitimately one of the best teachers I've come across in the dev space. Every video is so easily digestible and you showing how to refactor solutions to eliminate weird quirks and edge cases is so helpful.

    • @samselikoff
      @samselikoff  2 года назад +5

      🙏 that's very kind - thanks so much for the message Adam!

    • @gjb7966
      @gjb7966 2 года назад +1

      agreed! exceptional work, sam!

    • @erikplachta
      @erikplachta 2 года назад

      I feel the same way.
      Really appreciate the thought and time you put into creating quality content.

  • @xorlop
    @xorlop 2 года назад

    This is so cool! I had no idea how cool framer motion was before this video!!!!

  • @danielcastillejo8468
    @danielcastillejo8468 2 года назад +2

    The attention to detail is incredible! Thank you for these videos, I always learn something new

  • @RyanRampersad
    @RyanRampersad 2 года назад +1

    This was a great demo! Really changes your impression from static to dynamic, adding so much depth.

  • @moishinetzer
    @moishinetzer 2 года назад +6

    Love your stuff! Saw this on twitter and knew a vid was coming. I would love to see a fully animated dropdown navbar for mobiles with complete menu to cancel icon animation and all that good stuff!

    • @samselikoff
      @samselikoff  2 года назад

      Thanks! Could you give me an example? Like from a native app or some other popular app?

  • @johannbo
    @johannbo 2 года назад

    Man, I don't know what I would do without your lessons. Amazing, amazing content. And great teaching skills.

  • @unnoticedspacegoat8537
    @unnoticedspacegoat8537 2 года назад

    it is so awesome discovering gems like this channel. The quality of the videos doesn't match subscribers count at all.

  • @ammargillani509
    @ammargillani509 2 года назад

    Love these videos! They have honestly inspired and upgraded my frontend skills big time. Really looking forward to your framer course

  • @jackpurdoneverydayzero
    @jackpurdoneverydayzero Год назад

    Really enjoy your framer stuff mate.

  • @NeerajLagwankar
    @NeerajLagwankar 2 года назад

    One of the best programming tutorials hands down!

  • @georgephillips6358
    @georgephillips6358 2 года назад

    I wish I could like more than once!

  • @EvertJunior
    @EvertJunior 2 года назад

    amazing content as always! Thank you!

  • @SogMosee
    @SogMosee 27 дней назад

    Any places on the interwebs that go deep into animation and psychology? Animating and morphing svgs, the pyschology of different timing functions and how to think about them, cubics, superellipses, squircles, guiding principles for sequencing and animation, the personality of different effects like happy poppy effects or swift sliding effects, microanimations with lots of examples and galleries and rules of thumb and luminaries in the field? Even the underlyhing mathematics if possible? I want to go hardcore parkuor into the world of animations

  • @joshuagalit6936
    @joshuagalit6936 Год назад

    This is GOLDD!!!

  • @sergioccarneiro
    @sergioccarneiro 2 года назад

    Awesome! 👏

  • @deniyii
    @deniyii 2 года назад

    Great video as always! Any updates on the framer motion tutorial?

  • @dziaddy
    @dziaddy Год назад

    I have this weird bug. If I remove two items from array of objects, one of these PresenceChilds will stay there even if animation has ended
    and it wont unmound until I resize window or click or remove anther element.

  • @harsh_here
    @harsh_here 7 месяцев назад

    Wowwwww

  • @thecorleone8777
    @thecorleone8777 Год назад +1

    just use jquery animation much better

    • @parkerAmv
      @parkerAmv Год назад

      Nahh you still use jQuery?

  • @eotikurac
    @eotikurac 2 года назад

    even before you get into animating this stuff the code is a complete mess. did you ever think how long it would take to explain to someone else who was to take the project over what each piece of code does? we're wasting so much time animating stuff and making everything soft and cute while making the whole thing more difficult to maintain and upgrade.

    • @rand0mtv660
      @rand0mtv660 Год назад +1

      It's a list of messages that gets rendered, not sure what's really "messy" here? And this code is probably just for demo purposes, so no need to analyze it that much.