servo/components/layout_thread
Martin Robinson 83fa1b9eaa Cache animation computed values when animations change
Instead of recalculating the animation style every tick of an animation,
cache the computed values when animations change. In addition to being
more efficient, this will allow us to return animation rules as property
declarations because we don't need to consult the final style to produce
them.
2020-06-05 13:21:19 +02:00
..
Cargo.toml Remove some unused dependency declarations 2020-05-29 00:04:34 +02:00
dom_wrapper.rs Cache animation computed values when animations change 2020-06-05 13:21:19 +02:00
lib.rs Cache animation computed values when animations change 2020-06-05 13:21:19 +02:00