code.progysm.com

animation

Exemples:
div.test1 { animation: a1 5s cubic-bezier(1, 0, .5, 0) infinite; }
div.test2 { animation: a2 25s linear infinite; }
@keyframes a1 { ... }

Javascript:
	CSS2Properties.animation

Navigateurs:
	-moz-animation
	-webkit-animation

Voir aussi:
	ATkeyframes
	developer.mozilla.org/en-US/docs/Web/CSS/animation

Test:
	test.progysm.com/css/animation.htm