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
Post a Comment