+ 8
With what code can i animate things in html
8 Respuestas
+ 10
You can use SVG elements in html to animate.
Everything about SVG animation:-
https://css-tricks.com/guide-svg-animations-smil/
+ 9
There are several ways
1.Use CSS keyframes
2.Use CSS transitions
3.Use jQuery and it's animate method
4.Code your own animate method with JS
https://www.sololearn.com/learn/CSS/2249/
https://www.sololearn.com/learn/CSS/2253/
https://www.sololearn.com/learn/jQuery/2816//
+ 7
Study the TRANSITIONS , KEYFRAMES..! dude that makes beautiful output an your expected animation
+ 6
Use css keyframes it's simple and easy to use
+ 4
Js
Jquery animate func
CSS
Svg
+ 2
CSS JS
0
I'd suggest you go with css keyframes if you cannot do it in javascript.
- 1
.