14
edits
Line 32: | Line 32: | ||
* Computed style value must be updated during the animation | * Computed style value must be updated during the animation | ||
* After an animation has completed, the property value should remain at the final animation value | * After an animation has completed, the property value should remain at the final animation value | ||
* If a new transition is started in the middle of an existing transition, it should use the current intermediate animating value as the starting point and transition to the new value | * If a new transition is started in the middle of an existing transition, it should use the current intermediate animating value as the starting point and transition to the new value (this is unspecified at the moment, but matches webkit's implementation) | ||
== Under-specified Behavior == | == Under-specified Behavior == |
edits