The Right Way to Animate SVG in React

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 พ.ย. 2024

ความคิดเห็น • 21

  • @ЦзинКэ-ы5х
    @ЦзинКэ-ы5х 7 หลายเดือนก่อน +1

    Thanks! You are very straightforward and clear, unlike Framer Motion documentation.

  • @tangflx
    @tangflx 9 หลายเดือนก่อน +1

    oh my this video saved my life. i was using chatgpt to animate each polygon. it was nightmare. didnt know framer motion exits!

  • @laptopuser5198
    @laptopuser5198 10 หลายเดือนก่อน +1

    Great video, the best part is mapping the the power field.

  • @Cypekeh
    @Cypekeh ปีที่แล้ว +5

    SVGs being from 2001 is old? I thought they were from the early 90s or 80s like most things in CS :D (HTML, Python, vim, Haskell)
    As for the animations however, amazing explanation. I did use framer motion in a project recently, but I didn't thought of applying it to SVGs. It looks sick

  • @Diego_Cabrera
    @Diego_Cabrera ปีที่แล้ว +3

    Nice explanation. I used framer motion in many of my projects as well. Keep it up!

  • @shahbazahmadsiddiqui
    @shahbazahmadsiddiqui ปีที่แล้ว +1

    Great explanation video... I use Framer Motion to animate SVGs too...

  • @thyaghito
    @thyaghito 10 หลายเดือนก่อน

    Always wanted to do this simple animations without use lottie! thank you!

  • @tamerahmed9860
    @tamerahmed9860 5 หลายเดือนก่อน

    Great efforts! Thank you

  • @Schmexy
    @Schmexy 10 หลายเดือนก่อน

    Awesome video! What do you use to preview SVG in VSCode?

    • @Smeali
      @Smeali 10 หลายเดือนก่อน

      5:59 SVG Preview

  • @nano_org
    @nano_org 6 หลายเดือนก่อน

    Nice video, thanks

  • @aymenbachiri-yh2hd
    @aymenbachiri-yh2hd 6 หลายเดือนก่อน

    Thank you

  • @loupa6128
    @loupa6128 8 หลายเดือนก่อน

    Nice video. Is there a way to animate SVG or change current animation using something like onClick/onTap in framer-motion? I can't find anything.

    • @ЦзинКэ-ы5х
      @ЦзинКэ-ы5х 7 หลายเดือนก่อน

      You can animate something by using a deconstructed object with animation parameters and modify that object on demand in hook, I believe.

  • @alem182
    @alem182 11 หลายเดือนก่อน

    Buenisimo, gracias!!

  • @athuljonnie
    @athuljonnie 10 หลายเดือนก่อน

    Hey, is it possible to make this component as a background for a div?
    edit: typo

    • @ЦзинКэ-ы5х
      @ЦзинКэ-ы5х 7 หลายเดือนก่อน

      You can do background: url(%svg%) in CSS, if I understood your question right.

  • @ashik_dev
    @ashik_dev ปีที่แล้ว

    Nice video...

  • @jasperjames123
    @jasperjames123 หลายเดือนก่อน

    You actually use the word actually quite a lot, actually.

  • @UnclesmolRSA
    @UnclesmolRSA หลายเดือนก่อน

    I feel like this tutorial is for those who know how to do this

  • @grubbsgaben4461
    @grubbsgaben4461 7 หลายเดือนก่อน +1

    Typical programmer guide: cut out the part where he actually writes the stuff, that we came to see how to do.