Update Animation Timing links and terminology to the HTML specification.

This commit is contained in:
Ms2ger 2015-08-05 09:21:08 +02:00
parent ac533b1466
commit d2077dd245
4 changed files with 15 additions and 16 deletions

View file

@ -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