Open
Bug 1401409
Opened 7 years ago
Updated 10 months ago
css animation demo slower in Firefox than Chrome
Categories
(Core :: Graphics: WebRender, enhancement, P3)
Core
Graphics: WebRender
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox57 | --- | affected |
People
(Reporter: asa, Unassigned)
References
(Blocks 1 open bug)
Details
Gecko Profile: https://perfht.ml/2fa9M0G
Demo URL: https://codepen.io/thebabydino/pen/YrqVXZ
Tested with Chrome release and 64-bit Firefox Nightly 2017-09-19 on Windows 10
The animation is slower in Firefox than in Chrome. Can we make it as fast or faster?
Reporter | ||
Updated•7 years ago
|
Component: General → CSS Parsing and Computation
Comment 1•7 years ago
|
||
It looks like we're not running these animations on the compositor because they use transform-style: preserve-3d (bug 779598). It might be that even if we clear that hurdle we might not clear the minimum layer size, I'm not sure.
Updated•7 years ago
|
Priority: -- → P3
Updated•2 years ago
|
Severity: normal → S3
Updated•2 years ago
|
Component: CSS Parsing and Computation → Graphics: WebRender
Updated•10 months ago
|
Blocks: wr-investigate-perf
You need to log in
before you can comment on or make changes to this bug.
Description
•