Tiny ScrollTrigger Tutorial

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

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

  • @emmanueltenny1930
    @emmanueltenny1930 ปีที่แล้ว +17

    No bloody way you just explained this in 2 minutes, most tutorials get a little confusing on how to actually use it, but you just made it short and gave a working example in 2 minutes 😂

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

    Thank you so much for those short Tipps and tricks. Easy to understand and follow along!

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

    Thanks, Tiny Tutorial is the best format.

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

    you make learning so easy!

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

    solid tiny tutorial, thanks!

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

    Great & useful tutorial

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

    So helpful. Love these.

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

    Thanks for this video ! Very short, very clear and very useful ! 👌

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

    Great work, thank you!

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

    Awesome 👍

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

    Soooo helpful, thank you so much!

  • @Mark-rb9ek
    @Mark-rb9ek ปีที่แล้ว

    I always knew it was all about what you can do in a certain ampunt of time and not the duration😂😂 damn, this is a superb tutorial

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

    more tiny tutorials please!!

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

    Excellent, thanks!

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

    amazing!

  • @ismaeelyaghoubi1212
    @ismaeelyaghoubi1212 2 ปีที่แล้ว

    Very helpful, thanks my love ❤

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

    thank you so much! Amazing!!! 🤗

  • @mbaochachigozie1785
    @mbaochachigozie1785 2 ปีที่แล้ว

    I wish there is a more elaborate course on gsap. Would help a ton

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

    I love you !!! This tutorial saved my life at work jajaj Ty

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

    More teaching then most of the teachers in europe

  • @shaikhyamin3464
    @shaikhyamin3464 2 ปีที่แล้ว

    When you position absolute using css the last card was coming on the top and when you did that using Javascript the first card was on the top why??

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

      Sharp eyes. I'd adjusted the z-index in the CSS by then. No magic, sorry for the confusion!

    • @shaikhyamin3464
      @shaikhyamin3464 2 ปีที่แล้ว

      @@cassieevans604 not a problem, thanks for the reply

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

    How would I add more than 3 cards? I tried adding them and adding nth-child etc but the 4th card stays on top all the time

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

      .card:nth-child(3) {
      top: calc(var(--spacing) * 3);
      z-index: 1;
      }
      .card:nth-child(4) {
      top: calc(var(--spacing) * 4);
      z-index: -1;
      }
      As you add more cards you have to multiply the spacing on top

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

    Hello how are you? but I have a problem, when I'm on bigger screens the last card will be with a huge distance from the div below, because there is a class called 'space-pin' that grows in height as the screen increases, how can I solve this ? Thanks

  • @luminouswisdom9986
    @luminouswisdom9986 2 ปีที่แล้ว

    Worked, thx

  • @AnweshAdhikari
    @AnweshAdhikari 2 ปีที่แล้ว

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

    😍who is she?

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

    So helpful! Thank you so much 😁