Re: Comments on CSS Transitions

Tab Atkins Jr. wrote:
> It seems clear that transitions are triggered whenever the specified
> value changes, whether through direct manipulation or through the
> cascade.

It does?  The last time I looked into this it sounded to me like a
transition is triggered whenever the _computed_ value of a property
should change, and that this change should happen in increments.
Computed value changes due to a transition should be ignored during this
process.

Has the draft changed significantly on this matter?

> The start and end values, similarly, seem to obviously be the previous
> specified value, and the newly specified value.

Note that the computed value might change without the specified value
changing, and vice versa.

-Boris

Received on Friday, 27 February 2009 17:04:56 UTC