Re: [css3] Proposal

John Oyler wrote:

> A value of "pause" would cause an animation to pause at whatever frame 
> it happened to be at.
> 
> img:hover {
>  animation: pause;
> }
> 
> This would cause a GIF/MNG to pause at whatever frame it happened to be 
> at, of particular use for those that are infinitely looped. While there 

To be honest, I think this should be DOM-based, not CSS-based.

</Daniel>

Received on Thursday, 7 December 2006 16:18:39 UTC