diff --git a/css-transitions-1/Overview.bs b/css-transitions-1/Overview.bs index a9e5ae2eeee..aa92955d9e1 100644 --- a/css-transitions-1/Overview.bs +++ b/css-transitions-1/Overview.bs @@ -376,6 +376,40 @@ Value Definitions {#values} Animation type: not animatable +The 'transition-interrupt' Property {#transition-interrupt-property} +------------------------------------------------------------------------------------------------------------- + +

+ The 'transition-interrupt' property specifies if relative conversion of values and accumulative compositing should be used. +

+
+        Name: transition-interrupt
+        Value: <>#
+        Initial: regular
+        Applies to: all elements
+        Inherited: no
+        Percentages: N/A
+        Computed value: as specified
+        Animation type: not animatable
+      
+ <single-transition-interrupt> = regular | special +
+
regular +
+ If this property is set to ''regular'', + interruption of an in-progress transition is + handled by replacing the previous with a new + transition that begins where the previous left off. +
special +
+ If this property is set to ''special'', + interruption of an in-progress transition + is handled by blending together existing + transitions with a new one, using + accumulative compositing of relative values. +
+ + The 'transition' Shorthand Property {#transition-shorthand-property} ------------------------------------------------------------------------------------------------------------------------- @@ -655,8 +689,8 @@ Starting of transitions {#starting}
  • the element does not have a completed transition for the property - or the end value of the completed transition - is different from the after-change style for the property, + with an end value + the same as the after-change style for the property,
  • there is a matching transition-property value, and @@ -666,7 +700,8 @@ Starting of transitions {#starting}
  • then implementations must - remove the completed transition (if present) from the set + remove all completed transitions + for the property (if present) from the set of completed transitions and start a transition whose: