javascript - How to change this into jquery animte -


       .rotate {                     transition: 0.7s;             -webkit-transform: rotate(6.28rad);             -ms-transform: rotate(6.28rad);             transform: rotate(6.28rad);          } 

this css style, want change jquery animate() , triggle clicking on it.


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -