Closed
Bug 943089
Opened 12 years ago
Closed 12 years ago
Keep Scrolling Portion of Gallery App as One Layer using will-animate
Categories
(Firefox OS Graveyard :: Gaia::Gallery, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mchang, Assigned: mchang)
References
Details
(Keywords: perf, Whiteboard: [c=handeye p=2 s= u=])
Attachments
(1 file)
1.03 KB,
patch
|
BenWa
:
review+
|
Details | Diff | Splinter Review |
append will-animate css property to scrollable portions of the gallery app.
Assignee | ||
Comment 1•12 years ago
|
||
Patch keeps the scrolling portion of the gallery app in one layer. Currently targeting both the thumbnail view and swiping between pictures after touching one image. Video of patch in action:
https://www.dropbox.com/s/tfnm37ss1wr9hlk/gallery.mov
One potential optimization might be to keep the back button and bottom toolbar from being repainted on each swipe left/right.
Attachment #8341179 -
Flags: review?(bgirard)
Comment 2•12 years ago
|
||
(In reply to Mason Chang [:mchang] from comment #1)
> One potential optimization might be to keep the back button and bottom
> toolbar from being repainted on each swipe left/right.
I think we should be able to avoid invalidating those without using will-animate. If this is a performance priority we should investigate why.
Updated•12 years ago
|
Attachment #8341179 -
Flags: review?(bgirard) → review+
Assignee | ||
Comment 3•12 years ago
|
||
Landed.
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 4•12 years ago
|
||
Updated•11 years ago
|
Depends on: will-change
You need to log in
before you can comment on or make changes to this bug.
Description
•