+ 1
JavaScript + CSS animation help
This animation duration is not working. Why not? I was making something and I got stumped. So I decided to make a little experiment- I can't figure it out Can you guys see if you can do anything about it? https://code.sololearn.com/W673onOLLkqV/?ref=app
4 Réponses
+ 7
Syntax error: <button "onclick="speed()">Speed/click</button>
Correction: <button onclick="speed()">Speed/click</button>
+ 1
It works.
0
gotta watch the typos mang lol..its the most annoying and frustrating part of coding. onr single extra character breaks everything
0
Calvin, for some reason its still not working after the correction.