Answer the question
In order to leave comments, you need to log in
How to make animation in JS?
Well, I'm trying to make a wheel scroll animation, but for some reason it doesn't work for me....
Here is the code:
var wheel = document.getElementsByClassName("wheel");
wheel.addEventListener('click', function(){
wheel.style.transitionDuration = '3s';
wheel.style.transitionTimingFunction = "ease-in-out";
wheel.style.transform = "rotate(122222deg)";
})
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question