0
how to enable animation when you scroll in html and css thank you everyone i want ot learn
if i scroll the animation automatically starts
2 Answers
+ 4
You can do that with event listener such as:
object.addEventListener("scroll", myScript);
For more help please link your attempt from Sololearn Playground.