servo/components/layout_thread
Martin Robinson b875f14e86 Better computation of animation keyframes
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.
2020-06-05 13:40:29 +02:00
..
Cargo.toml Remove some unused dependency declarations 2020-05-29 00:04:34 +02:00
dom_wrapper.rs Better computation of animation keyframes 2020-06-05 13:40:29 +02:00
lib.rs Cache animation computed values when animations change 2020-06-05 13:21:19 +02:00