With what code can i animate things in html | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 8

With what code can i animate things in html

25th Mar 2019, 2:30 PM
dieserrapha
dieserrapha - avatar
8 Answers
+ 10
You can use SVG elements in html to animate. Everything about SVG animation:- https://css-tricks.com/guide-svg-animations-smil/
25th Mar 2019, 3:44 PM
Gurpreet Jhamat
Gurpreet Jhamat - avatar
+ 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//
25th Mar 2019, 2:35 PM
Seniru
Seniru - avatar
+ 7
Study the TRANSITIONS , KEYFRAMES..! dude that makes beautiful output an your expected animation
25th Mar 2019, 3:43 PM
Ponn Ganapathy
Ponn Ganapathy - avatar
+ 6
Use css keyframes it's simple and easy to use
26th Mar 2019, 10:03 AM
Darcy Dev
Darcy Dev - avatar
+ 4
Js Jquery animate func CSS Svg
26th Mar 2019, 4:32 AM
RISHABH MISHRA
RISHABH MISHRA - avatar
+ 2
CSS JS
26th Mar 2019, 3:41 PM
Bryan Sabillon
Bryan Sabillon - avatar
0
I'd suggest you go with css keyframes if you cannot do it in javascript.
28th Mar 2019, 11:34 AM
kevin odah
kevin odah - avatar
- 1
.
27th Mar 2019, 2:31 AM
Jake Serrano
Jake Serrano - avatar