Closed
Bug 936589
Opened 12 years ago
Closed 12 years ago
Transition in thumbnails on TopSites tiles
Categories
(Firefox for Metro Graveyard :: Firefox Start, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 28
People
(Reporter: sfoster, Assigned: sfoster)
References
Details
Attachments
(1 file)
|
2.03 KB,
patch
|
mbrubeck
:
review+
rsilveira
:
feedback+
|
Details | Diff | Splinter Review |
On slower machines/networks, when the TopSites tile thumbnails load there is still a subtle flicker effect as each one is switched in. Maybe fading them in would ease this experience?
| Assignee | ||
Comment 1•12 years ago
|
||
Do either of you have a minute to take a look at this? The idea is to apply the default firefox watermark image to an :after element, which is then transitioned to opacity 0 when customImage is set and the new thumbnail background is applied to the element behind.
It seems to improve the loading experience a bit for me, but its possible the additional compositing necessary might make things worse on other devices? If you think its a dubious idea or implementation I'm happy to WONTFIX the bug as otherwise I think we've done about all we can on this.
Assignee: nobody → sfoster
Attachment #829437 -
Flags: feedback?(rsilveira)
Attachment #829437 -
Flags: feedback?(mbrubeck)
Comment 2•12 years ago
|
||
Comment on attachment 829437 [details] [diff] [review]
Fade out default thumbnail when customImage is set
Review of attachment 829437 [details] [diff] [review]:
-----------------------------------------------------------------
I really like the effect. I hope that setting opacity to 0 removes the perf impact of the :after layer.
Attachment #829437 -
Flags: feedback?(rsilveira) → feedback+
| Assignee | ||
Comment 3•12 years ago
|
||
Comment on attachment 829437 [details] [diff] [review]
Fade out default thumbnail when customImage is set
Making this a review request
Attachment #829437 -
Flags: feedback?(mbrubeck) → review?(mbrubeck)
Comment 4•12 years ago
|
||
Comment on attachment 829437 [details] [diff] [review]
Fade out default thumbnail when customImage is set
Review of attachment 829437 [details] [diff] [review]:
-----------------------------------------------------------------
Performs well on my X1 at least. Sometime soon we should profile the whole about:start load/transition and see what needs optimizing.
Attachment #829437 -
Flags: review?(mbrubeck) → review+
| Assignee | ||
Comment 5•12 years ago
|
||
Status: NEW → ASSIGNED
Comment 6•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 28
You need to log in
before you can comment on or make changes to this bug.
Description
•