Open
Bug 1479171
Opened 7 years ago
Updated 3 years ago
Do RestyleManager::AddLayerChangesForAnimation stuff in parallel (i.e. move the stuff in animatin-only restyle)
Categories
(Core :: DOM: Animation, enhancement, P3)
Core
DOM: Animation
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox63 | --- | affected |
People
(Reporter: hiro, Unassigned)
Details
As far as I can tell AddLayerChangesForAnimation just produces additional change hints for animations on the compositor when the animation generation mismatches, i.e. when we call RequestRestyle(Layer).
If we can move the stuff into animation-only restyle, we don't need to invoke the stuff for elements which has no animations there. ('no animations' doesn't mean the element has no animations because the animations just finished).
Also I _think_ we don't need to have animation generations there, we just need to set a dirty bit to Animation object (or some such).
There might be some other gaps I am not aware of but I think we can solve them somehow.
Reporter | ||
Updated•7 years ago
|
Priority: -- → P3
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•