All About CSS Transitions

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

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

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

    Clear explanation in the first 5 minutes. One of the best!

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

    Had no idea you could do all this with css. Mind Blown. Great Video!

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

    Thanks for this nice and useful tutorial ! I'm still admirative of what CSS can do, and can't imagine the amount of calculations on canvas, pixels, timers, geometry on the canvas, the images, etc ... that is involved !!!

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

    Your tutorial is really helpful to understand! Thank you :)

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

    amazing explanation

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

    How can I press the like button for this video more than once??? This video cleared most of my doubts and problems related to transitions.

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

    sir, in the beginning video i saw variable named timmy on the 120th line, but how this variable run itself while we not call that variable...
    and as always what a great video, thanks in advance !!

    • @SteveGriffith-Prof3ssorSt3v3
      @SteveGriffith-Prof3ssorSt3v3  5 ปีที่แล้ว

      timmy just stores a reference to the timer. That way, if you ever want to stop the timer running you can call clearTimeout(timmy); `timmy` is just the name I typically use for my timer.

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

      @@SteveGriffith-Prof3ssorSt3v3owwhh, yeah right...
      i forgot about reference thing in javascript !!
      thanks a lot sir, really appreciate it...

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

    Thank you!

  • @yarik83men51
    @yarik83men51 4 ปีที่แล้ว

    Godly ...

  • @ecerejo
    @ecerejo 4 ปีที่แล้ว

    So far, this is the only lesson that I've got somewhat confused! The inclusion of js didn't help! Perhaps the page should have been done from scratch instead of starting with most of the code already done. It kind of felt overwhelmed and unclear.

    • @SteveGriffith-Prof3ssorSt3v3
      @SteveGriffith-Prof3ssorSt3v3  4 ปีที่แล้ว +2

      All the JavaScript does is add and remove the class "nine" every two seconds. This is done so the transition can be seen to happen repeatedly.
      Transitions are almost always connected to some event in JavaScript - load, scroll, mouseover, etc. This shows the transitions within a normal context.

    • @ecerejo
      @ecerejo 4 ปีที่แล้ว

      @@SteveGriffith-Prof3ssorSt3v3 It's probably the amount of CSS code that is confusing me. I'm not going to concentrate a lot on these effects for now. I will come back to it later, there are complete lists here on TH-cam just for effects and animations. I think I've got the basics when I went through this www.w3schools.com/css/css3_transitions.asp