traffic light js | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

traffic light js

https://code.sololearn.com/WZQT75Dk5YYg/?ref=app I want to use a js loop to change the opacity of each color to 100% for different amount of seconds. For example red:20 sec. , yellow:3sec. , green: 17sec

26th Oct 2020, 12:09 AM
Boyan Ivanov
Boyan Ivanov - avatar
2 Answers
+ 11
https://code.sololearn.com/WPKs7IFXdT00/?ref=app Change time as you wish and couldn't make js work except in html. working on my editor but not here
26th Oct 2020, 2:27 AM
JOY
JOY - avatar
+ 5
Use setTimeout rather than loop https://code.sololearn.com/W2Y8w6h0OMQ8/?ref=app
26th Oct 2020, 4:45 AM
Ipang