+ 7
A question about an animation
I have made a signal as follows : https://code.sololearn.com/WPR1jq1oWqdQ/?ref=app I want to make the first circle red, second circle yellow, and third circle green after someone clicks the green part. This should happen one by one, I.e., first red, second yellow and so on. Please type the code and tell me the logic behind it. Thanks!😊
5 Respuestas
+ 5
Hey Dark Ranger
I did it for you
See code
https://code.sololearn.com/Wh51IZ7Z5Rbt/?ref=app
+ 5
Thanks! Same to you!👍
+ 4
https://www.sololearn.com/learn/HTML/2213/
here is all the logic to apply yourself! 😊
+ 4
Thanks guys but I want that when I click a button, the signal changes to red, then yellow, and then green. So we need to make an extra button. We also need to write some code and I don't know what code to write. Can you help please?
+ 3
The html course teaches you how to make a button. You should consider it, and congratulations for completion of the javascript course!