Open
Bug 1593106
Opened 5 years ago
Updated 2 years ago
[motion-1] Run transform animations on the compositor even if offset-path has no effect and other offset-* is overridden by an important rule
Categories
(Core :: CSS Transitions and Animations, enhancement, P3)
Core
CSS Transitions and Animations
Tracking
()
NEW
People
(Reporter: boris, Unassigned)
References
(Blocks 1 open bug)
Details
After supporting compositor animations on motion-path, multiple transform-like properties animation doesn't run on the compositor if one of the offset-* property is overridden by an !important rule.
However, if offset-path is none and we don't have any animation on it (i.e. no visual effect and stacking context), we should still run the multiple transform-like properties animation on the compositor, instead of falling it back to the main thread.
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•