Answer the question
In order to leave comments, you need to log in
How to scroll an image 360 degrees?
I registered the code and scrolling 360 degrees does not work, but if you write any other number (180,270), then it scrolls. What could be the problem ?
.object {
transition: all .3s;
}
.object:hover {
transform: rotate(360deg);
}
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