+ 8
Please how do i make an animation that rotates a square 360 degree in 5seconds
animation
4 ответов
+ 4
please show me a code to rotate a square 360 degree every 5 seconds
+ 2
http://jsfiddle.net/gionaf/Ugc5g/
https://codepen.io/vitoralberto/pen/OPYyYB
https://www.w3schools.com/cssref/css3_pr_transform.asp
http://www.the-art-of-web.com/css/css-animation/
https://css-tricks.com/snippets/css/keyframe-animation-syntax/
https://www.tutorialspoint.com/css/css_animation_rotate_animation.htm
https://perishablepress.com/tools/css/transform/
CSS Generators:
http://cssanimate.com/
http://www.css3maker.com/css3-animation.html
+ 2
360 degree through the y,x or z axis?you need just CSS to do that
+ 1
You can use CSS.