mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Update Animation Timing links and terminology to the HTML specification.
This commit is contained in:
parent
ac533b1466
commit
d2077dd245
4 changed files with 15 additions and 16 deletions
|
@ -1329,7 +1329,7 @@ impl ScriptTask {
|
|||
fn handle_tick_all_animations(&self, id: PipelineId) {
|
||||
let page = get_page(&self.root_page(), id);
|
||||
let document = page.document();
|
||||
document.r().invoke_animation_callbacks();
|
||||
document.r().run_the_animation_frame_callbacks();
|
||||
}
|
||||
|
||||
/// The entry point to document loading. Defines bindings, sets up the window and document
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue