0
JS animation
Why is a JavaScript animation needed when I can do the animation with css?đ€·đœââïž Or what Iâm I missing
1 Resposta
+ 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.