11 border-style: dotted dashed solid double;
15 <div id=
"target"></div>
19 var keyframes
= [{ rotate
: '0deg 0 1 0' }, { rotate
: '450deg 1 0 0'}]
21 var animation
= target
.animate(keyframes
, { duration
: 2000 });
23 animation
.currentTime
= 1000;