EASIER Sequence Animations with Framer Motion

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

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

  • @blacksun6761
    @blacksun6761 2 месяца назад +17

    I saw gsap and thought we lost a soldier but glad you are still with us.

  • @jonathangardn
    @jonathangardn 2 месяца назад +1

    That's such a brilliant API. Great stuff man.
    Will definitely reuse this hook myself! 🔥

  • @MrIpod1g
    @MrIpod1g 2 месяца назад +3

    Awesome stuff! Really comprehensive! 👏👏👏

  • @Waxaranai
    @Waxaranai 2 месяца назад +3

    Awesome man, really love your content!

  • @collinsk8754
    @collinsk8754 2 месяца назад +1

    Another great tutorial, as always! 🔥🔥

  • @stephand.4347
    @stephand.4347 2 месяца назад +4

    Hey Tom - a TypeScript trick to handle union types conditions is with type-guard :) It is used like this:
    const isAnimationArray = (animation: Animation): animation is Animation[] => {
    return Array.isArray(animation[0]);
    };
    Using this in a if statement infers the type to be whatever type that matches the functions condition so you dont need to use the 'as ' :)
    Hope it makes sense and thanks for the awesome content 🔥

    • @tomisloading
      @tomisloading  2 месяца назад +2

      Oh great call!! That’s super clean 😁🔥

  • @samskulj
    @samskulj 2 месяца назад +1

    Really awesome stuff here! Thank you!

  • @tmuse333
    @tmuse333 2 месяца назад +1

    impressive stuff

  • @iamahtic
    @iamahtic 2 месяца назад +1

    Goat

  • @imnbmusic
    @imnbmusic 2 месяца назад

    can anyone explain or give the code for the gsap homepage button's ripple effect on hover??

  • @ShahadatAnik
    @ShahadatAnik 2 месяца назад +1

    can you share your vs-code theme? i really love your videos.

    • @tomisloading
      @tomisloading  2 месяца назад +1

      Thank you! I use a theme called Andromeda 😁

  • @NAYMURWEB
    @NAYMURWEB 2 месяца назад

    Hey Tom,
    Can you suggest how I can record clear code? Whenever I record and edit it, my code looks pixelated. I don't know what's happening. I see you and other RUclipsrs have clear recordings of coding, but I don't know how you do it. Can you please tell me? I use OBS, but I still have the pixelation problem. please tell me, man I'm dying with this problem😭

    • @tomisloading
      @tomisloading  2 месяца назад

      Unfortunately I’m probably the wrong person to ask, I use default settings for everything 😂😂 I use screenflow on Mac, export those recordings into davinic resolve, then export that with their “RUclips” default setting and change nothing 😂😂

    • @NAYMURWEB
      @NAYMURWEB 2 месяца назад

      @@tomisloading I know, man, this isn't the best place to ask, but I'm fed up with this problem. Your code is so clean, which is why I asked. Thanks for the reply and for sharing your secret😁

    • @samskulj
      @samskulj 2 месяца назад

      @@NAYMURWEB I used to have this problem with OBS. The way I fixed it is just use CBR with 90,000 kbps. Yes, the video will be larger, but the pixelation will be gone

    • @usmanabdurehman97
      @usmanabdurehman97 2 месяца назад

      My OBS settings are Video Resolution => 1920*1080, Encoder => Software (x264 low usage preset), Recording Quality => High, FPS => 60. You can check out my coding videos to see if that is the quality you want and then use my settings idk.

  • @yovizn24
    @yovizn24 2 месяца назад

    How to make sequence scroll animation with framer motion?

    • @tomisloading
      @tomisloading  2 месяца назад

      If you look up “scroll masterclass” in my videos you’ll see a thorough walkthrough on how scroll animations work with framer motion 😁

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

    Why not just do it with css it will be much simpler and leave the scroll based and other types of animation to framer motion