Re: document transition effect

On Mar 15, 2011, at 9:49 AM, François REMY <fremycompany_pub@yahoo.fr> wrote:

> CSS3 Transitions have nothing (or at least, not much) to do with the kind of "visual transitions" you're requesting, apart from their name.
> CSS3 Transitions are "property transition": the top property was equal to 0px before the transition and will move smoothly to 5px during a certain timespan instead of being immediatly set to 5px when changed: a "transition" is being applied to generate intermediate values for the property.

In theory, we could have :loaded and :unloaded pseudo-classes to set on the root, and transition on 'opacity' for a dissolve or on 'left' for a wipe-like transition. 

Received on Tuesday, 15 March 2011 19:03:34 UTC