Re: [css3-animations] Effect of display:none and visibility:hidden on animations

On 28/07/2011, at 10:22 PM, Jonathan Snook wrote:

> 
> On top of this, I would like to recommend an additional property to animation-direction: reverse. This would allow a declared animation to be run in reverse. For example:
> 
> div {
> animation: slide 1s 1;
> }
> 
> div.hidden {
> animation-direction: reverse;
> }
> 
> This would allow a single animation declaration to be used.

There was some mailing list consensus to add exactly this behaviour.

http://www.w3.org/mid/6425B474-674B-4869-A1AE-81ACD2E6E20B@apple.com

(Still thinking on the first suggestion)

Dean

Received on Saturday, 30 July 2011 07:43:38 UTC