+ 5
Animation through buttons
What if I want to trigger an animation by pressing a button ? What and how should I use for the code given below :- https://code.sololearn.com/WmjuJkHiBvJ4/?ref=app
6 Answers
+ 7
CalviŐ˛ Beat me to it. Yes, perfect example. Cheers
+ 6
Use Javascript and an html <form>. You can also make the div the button as well, without having a separate button. More JS đŹ
+ 6
+ 5
Hemant Jaiswal Cheers! :)