mirror of
https://github.com/servo/servo.git
synced 2025-10-16 08:20:22 +01:00
This begins to address #26625 by properly applying CSS variables during keyframe computation and no longer using `apply_declarations`. Instead, walk the declarations, combining them into IntermediateComputedKeyframe, maintaining declarations that modify CSS custom properties. Then compute a set of AnimationValues for each keyframe and use those to produce interpolated animation values. |
||
---|---|---|
.. | ||
text-shadow-composition.html.ini | ||
text-shadow-interpolation.html.ini | ||
vertical-align-composition.html.ini | ||
vertical-align-interpolation.html.ini | ||
z-index-interpolation.html.ini |