Animation | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

Animation

Which one is used to specify the name of attribute that you are animating in HTML5 <animate> tag?

5th Apr 2018, 5:19 PM
Vigneshwari J
1 Antwort
0
Hi Vigneshwari The HTML Animate Tag is normally only used for Scalable Vector Graphics or SVGs. To do modern animation of all HTML elements you should look to us CSS Transitions or CSS animations. I
5th Apr 2018, 6:52 PM
Mike Choy
Mike Choy - avatar