Skip to content

Commit 0de6a0d

Browse files
committed
Define how foo+ interpolates. Fixes w3c#273.
1 parent 2b8959a commit 0de6a0d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

css-properties-values-api/Overview.bs

+5-2
Original file line numberDiff line numberDiff line change
@@ -413,8 +413,11 @@ Animation Behavior of Custom Properties {#animation-behavior-of-custom-propertie
413413
Note: As defined by [[css3-animations]] and [[css3-transitions]], it is possible to
414414
specify animations and transitions that reference custom properties.
415415

416-
When referenced by animations and transitions, custom properties interpolate
417-
in a manner defined by their types.
416+
When referenced by animations and transitions,
417+
custom properties interpolate in a manner defined by their types.
418+
If their type is defined as a list with "+",
419+
it's interpolated as a simple list [[!css3-transitions]].
420+
418421
If the start and end of an interpolation have matching types, then they
419422
will interpolate as specified in [[!css3-animations]].
420423
Otherwise, the interpolation falls back to the default 50% flip described in

0 commit comments

Comments
 (0)