mirror of
https://github.com/servo/servo.git
synced 2025-06-18 13:24:29 +00:00
for CSS transitions and animations, not `requestAnimationFrame()` callbacks. In the case of the latter, the script thread will kick off the reflow if it's necessary, so there's no need for the compositor to do it. Some pages, like nytimes.com, like to call `requestAnimationFrame()` without actually mutating the DOM in the callback. We should avoid reflowing in this case. |
||
---|---|---|
.. | ||
Cargo.toml | ||
compositor.rs | ||
compositor_thread.rs | ||
delayed_composition.rs | ||
lib.rs | ||
touch.rs | ||
windowing.rs |