Closed
Bug 1225169
Opened 10 years ago
Closed 4 years ago
Animations on Slider Revolution website are more janky/stuttery than other browsers
Categories
(Core :: Graphics, defect, P3)
Core
Graphics
Tracking
()
RESOLVED
WORKSFORME
| Tracking | Status | |
|---|---|---|
| firefox45 | --- | wontfix |
People
(Reporter: RyanVM, Unassigned)
References
()
Details
(Keywords: perf)
In bug 937590, both myself and Paul noted that the animations on http://revolution.themepunch.com/ are noticeably less smooth than other browsers, both on OSX and Windows. This bug tracks the general perf differences across browsers rather than intermingling it with another bug filed for a specific regression on one platform.
Comment 1•7 years ago
|
||
I finally had a look at this and while there are some declarative animations the jank appears to happen on the rAF animations. Profiling just that part shows we're spending most of the time painting (as opposed to layout). Moving to Graphics.
Component: DOM: Animation → Graphics
Comment 2•7 years ago
|
||
WR profile on MBP: https://perfht.ml/2IWtjBw
Besides frequent composites, nothing really stands out from the profile. On MBP the site renders at around 50 FPS, with occasional small jank.
It seems worth it to note that different animations on the site seem to have different performance characteristics, for example, one animation is doing a lot of canvas drawing.
Keywords: perf
Priority: -- → P3
| Reporter | ||
Comment 3•4 years ago
|
||
Seems pretty smooth and comparable to Chrome these days.
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•