mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +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. |
||
---|---|---|
.. | ||
Cargo.toml | ||
dom_wrapper.rs | ||
lib.rs |