Are Web page animations mostly done in JS or CSS? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

Are Web page animations mostly done in JS or CSS?

From my understanding JS animates an object that is created using CSS, is this correct?

17th Mar 2017, 12:39 AM
Derek Desentz
Derek Desentz - avatar
2 Respuestas
+ 4
mostly Javascript. But some sorts of animations can also be done by CSS. check out on my codes, the mario Jumping and the loading animation, are done only by CSS.
17th Mar 2017, 1:18 AM
Welliton Malta
Welliton Malta - avatar
0
No. Css is descriptive language, js is scripting/programming language that manipulates elements that are described by css.
17th Mar 2017, 1:12 AM
Ninoslav Jarić
Ninoslav Jarić - avatar