How to easily design animation using html | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

How to easily design animation using html

HTML

18th Feb 2017, 6:04 AM
sruthi
sruthi - avatar
2 Antworten
+ 11
<svg>, <canvas>
18th Feb 2017, 8:00 AM
Valen.H. ~
Valen.H. ~ - avatar
+ 3
In order of easiest: Css3 animation, Svg animations, JS animations... The three can be mixed, and 'easiest' not means 'easy', just less difficult, and may widely depends on context ( what you want to do, what you already know, and so on... for some people, learning JS will be less obscure than understanding deeply CSS to correctly handle animations ) :P
19th Feb 2017, 1:20 PM
visph
visph - avatar