0
JS animation
Why is a JavaScript animation needed when I can do the animation with css?š¤·š½āāļø Or what Iām I missing
1 Answer
+ 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.