File tree 1 file changed +5
-2
lines changed
css-properties-values-api
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -413,8 +413,11 @@ Animation Behavior of Custom Properties {#animation-behavior-of-custom-propertie
413
413
Note: As defined by [[css3-animations]] and [[css3-transitions]] , it is possible to
414
414
specify animations and transitions that reference custom properties.
415
415
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
+
418
421
If the start and end of an interpolation have matching types, then they
419
422
will interpolate as specified in [[!css3-animations]] .
420
423
Otherwise, the interpolation falls back to the default 50% flip described in
You can’t perform that action at this time.
0 commit comments