Open
Bug 1323653
Opened 8 years ago
Updated 3 years ago
background-position-{x,y} animation snow bad performance
Categories
(Core :: Layout, defect, P3)
Core
Layout
Tracking
()
NEW
| Tracking | Status | |
|---|---|---|
| firefox53 | --- | affected |
People
(Reporter: catalinb, Unassigned)
Details
(Keywords: perf)
The header of this page https://www.reddit.com/r/marvelstudios/
uses "animation: snow 10s linear infinite;" to display falling snowflakes. This always bumps the CPU usage of the content process to 100%. Tested on Nightly (fresh profile) and on Aurora (personal profile).
Disabling the animation css property causes the CPU usage to return to the normal range.
Comment 1•8 years ago
|
||
There are two animations, background-position-x and y.
Summary: CSS animation snow bad performance → background-position-{x,y} animation snow bad performance
Updated•8 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
•