Javascript Layout Animations REALLY SIMPLE TUTORIAL!

แชร์
ฝัง
  • เผยแพร่เมื่อ 16 พ.ย. 2022
  • Check out my courses to become a PRO! 🔥
    developedbyed.com/
    In todays episode we will learn how to create javascript layout animations with GSAP and their flip plugin. From my experience with React and framer motion...I really prefer the simplicity on how gsap achieves and let's you control these animations.
    If you are interested in adding simple yet impressive javascript animations, you need to give this one a go.
    🛴 Follow me on:
    Twitter: / developedbyed
    Instagram: / developedbyed
    Github: github.com/developedbyed/
    #programming #javascript
  • วิทยาศาสตร์และเทคโนโลยี

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

  • @developedbyed
    @developedbyed  ปีที่แล้ว +58

    Thumbs up if you love GSAP! Definitely one of my favourite ones 🔥🔥

  • @RILCOMusic
    @RILCOMusic ปีที่แล้ว +7

    Ed, youve been just the best over the last couple years man. Not to be weird but your smile and optimism has been a real spirit lifter for me personally on my coding journey. I remember you had a rough patch a year or so ago and I remember thinking "man I hope Eds still enjoying this". And since then youve done SO much for the community, and you just took it on by yourself and I just wanted to say thanks and give you big credit for that. Now I'll watch this video.

  • @xyntho
    @xyntho ปีที่แล้ว +16

    I love the way Ed enjoys explaining interesting things to us!

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

    Thank you so much! I've been looking for this for 2 weeks

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

    Dude that was awesome! Thanks for showing this to us!

  • @a.anvarbekov
    @a.anvarbekov ปีที่แล้ว +2

    10secs before I got a youtube notification of this video I'd been googling "what is the best js animation library"

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

    Always here with the good stuff!

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

    Excellent tutorial as usual. Thanks :)

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

    I enrolled your React and redux course. It's amazing 🤩. Especially magic cards lessons 😆

  • @rachidben-azouz793
    @rachidben-azouz793 ปีที่แล้ว

    Good job ! Thanks Ed👍

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

    Great stuff, thanks so much!

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

    Hey dude! Great work once again 👏 Got some new ideas looking at the layout and animation. Keep up the good work 🎉🥂

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

    Your humour and personality make learning so much more enjoyable. NEVER lose your sense of humour Ed :)

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

    thks for the visual magic!

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

    Thank you so much!

  • @vaahxx.
    @vaahxx. ปีที่แล้ว

    you should have more than 1 million subscribers, thanks!

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

    Another Masterpiece

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

    4:48 that "b****" outta nowhere lol

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

      even i felt it was something personal holding him back.🤣

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

    Really cool :)

  • @CoenCommijs
    @CoenCommijs ปีที่แล้ว +2

    Awesome tutorial mate 👍🏼 One quick Q; I'd like to start with the active-box already showing, and then you can click/rotate/do the cool stuff. In this way you can add 5 cards on rotation. That should not be too hard to accomplish is it? Keep up the great tuts!

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

    this will look great i my portfolio for class

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

    Crazy good

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

    What theme and file icons are you using? Great tutorial!! 🔥🔥

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

    Hi, I need a doubt to be cleared please reply...
    in the first animation, append.child is making the clicked link active. But we're not removing
    the previously active link's div. Is this handled by JS internally?

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

    Already using it. 👍

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

      Thank you so much!

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

    Great tutorial! - is there anyway to remove the click event listener to the active class so that users can click on links inside the paragraph? i've tried to create a funtion to remove the click event, I get no errors in the code, but the event listener doesn't stop. - Any help would be greatful - Thanks.

  • @tk.laurii
    @tk.laurii ปีที่แล้ว +1

    can you upload the code on github? for the lazy ones ;)
    please do more videos like this!!

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

    More videos on gsap please

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

    I'd like to be able to make a random image slide show from an images folder with a fade transition continuously showing another random image from the folder.
    So far all codepens, jsfiddles and youtube tutorials fall short in this. It would be such a powerful element to add to any website, one that can continuously be built further on.

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

      It would be a little difficult to pull off, without some back end code supplying the list of image files in the directory. I don't think I would want my front end JS reading a directory on my server anyway. Without the back end code, you could just create an array of the images that exist in the folder, and then have your JavaScript pull a random index from that array. The fade transition is easy.

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

    Nice tutorial, would like to point out that instead of adding event listener to every link, its better to use event delegation on the Navbar

  • @EnigmaCHIPS.
    @EnigmaCHIPS. 9 หลายเดือนก่อน

    Hi Ed, i followed the video and got the same results, but when i tried to add an actual page to the other nav links, the animation stops working and the active nav is refreshed. I don't even know if you understand the question. Any help is appreciated. Thank you!

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

    When I Reload/Refresh the Browser the "active-nav-bar" moves back to home and does not stay on the current page. Can you help me on this one?

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

    Is there a way to make those boxes react with a parallax effect if your looking at them from a supported device tilting in any direction?

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

    Hi, can we do this with dataset, just adding an attribute to the nav-links without actually creating a div i.e., 'the line'

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

    4:43 - 4:49 lololol

  • @ElizabethTeresa-um3hb
    @ElizabethTeresa-um3hb 8 หลายเดือนก่อน

    does this works on mobile devices??

  • @RIO-uo7uu
    @RIO-uo7uu ปีที่แล้ว

    how can i use Flip with react

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

    Nice vid but you need a white balance ;)

  • @ARMAN-et2if
    @ARMAN-et2if ปีที่แล้ว

    wow 🫡🫡🫡🫡🫡🫡🫡

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

    As usual my result is not according to the recipe, my nav links all change color together😪

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

    🥳🥳🥳🥳

  • @LucasGomes-ng5ug
    @LucasGomes-ng5ug ปีที่แล้ว

    You could sell your courses in Brazilian money, doing me a favor!

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

    Hi✋✋✋

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

    Second

  • @kobi-kobsen
    @kobi-kobsen ปีที่แล้ว

    So this makes me stick to jquery ✌️

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

    We husband and wife from Bangladesh do code together...Learning a lot from your videos...Even my email profile picture Inspired from your github account...Sir one day I would like to send our portfolio to you and and we are highly interested to work with you as a remote/freelance developer. Is it possible Sir?