-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Closed
Labels
A-content/uncategorizedUnclear categorization, related to script-based web contentUnclear categorization, related to script-based web contentB-interesting-projectRepresents work that is expected to be interesting in some fashionRepresents work that is expected to be interesting in some fashion
Description
From @bzbarsky:
It's basically a tick that we use to update our on-screen presentation.
When it ticks, we update the document timebase, resample animations/transitions, call requestAnimationFrame callbacks, recompute style and then layout, and paint.
We initially added it for the animation/transition bits and have been moving more and more things into there as time goes on.
This makes sense, and we'll need something like this when we eventually get around to CSS transitions, video, etc.
Metadata
Metadata
Assignees
Labels
A-content/uncategorizedUnclear categorization, related to script-based web contentUnclear categorization, related to script-based web contentB-interesting-projectRepresents work that is expected to be interesting in some fashionRepresents work that is expected to be interesting in some fashion