0
JS animation
Why is a JavaScript animation needed when I can do the animation with css?🤷🏽♂️ Or what I’m I missing
1 Respuesta
+ 7
Suppose you want an animation when a button is clicked.
You cant do this with CSS then you need JavaScript to add Event Handler to button and then add an animation to that button.
Hope this helps.