D
D
doroshenko_magic2017-04-10 23:01:35
css
doroshenko_magic, 2017-04-10 23:01:35

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 question

Ask a Question

731 491 924 answers to any question