Complex Animations Shouldn't be SO Hard | Framer Motion + useAnimate

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

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

  • @asadansari8908
    @asadansari8908 8 месяцев назад +2

    This channel's gonna blow up...... Amazing content and great example

  • @SogMosee
    @SogMosee Месяц назад

    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

  • @sohrabkhan101
    @sohrabkhan101 8 месяцев назад +1

    Hey there! I've been thinking, what if we try something different instead of using async await? We could opt for a sequence array approach, like this:
    const sequence = [
    ["ul", { opacity: 1 }, { duration: 0.5 }],
    ["li", { x: [-100, 0] }, { delay: stagger(0.1) }]
    ];
    animate(sequence, { duration: 10 });
    Also, regarding the hover state for buttons, instead of creating isCursorLoaded and setIsCursorLoader states, why not simply apply a Tailwind CSS class like opacity-0. I think it'll give our project a cleaner and cooler look. What do you think? 😊🚀

    • @iamrithmic
      @iamrithmic  8 месяцев назад

      Good stuff, but I think with the array we could be sacrificing readability and with the cursor, it still needs to be loaded. If I understood that last part correctly

  • @godofwar8262
    @godofwar8262 8 месяцев назад +2

    Great videos

  • @farzadmf
    @farzadmf 8 месяцев назад +2

    So cool!!!

    • @iamrithmic
      @iamrithmic  8 месяцев назад +1

      As always, thank you man!

    • @farzadmf
      @farzadmf 8 месяцев назад

      Thank YOU for the great videos!

  • @mayurbansal4051
    @mayurbansal4051 8 месяцев назад

    which color theme are you using

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

    great tutorial man, loved it. was wondering whether you can explain how to do page transition with the app directory? I was looking all over for it but cant find one so far, are there any workarounds ?

  • @Foo678
    @Foo678 8 месяцев назад +1

    Nice video!!!, is this like gsap timeline?

    • @iamrithmic
      @iamrithmic  8 месяцев назад +1

      Yes similar, but you don't have the structure that comes with GSAP

  • @dhidhi1000
    @dhidhi1000 7 месяцев назад +2

    if only the docs had this example...

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

    Amazing content! may I ask what theme are you using? Thanks

  • @nanonkay5669
    @nanonkay5669 8 месяцев назад +2

    👏👏👏👏👏

  • @_justnick
    @_justnick 17 дней назад

    ... is that a complex animation? The gsap definition of complex is order of magnitudes more complex than this simple button