Closed
Bug 1135768
Opened 10 years ago
Closed 10 years ago
Make the tabs tray transition faster
Categories
(Firefox for iOS :: General, defect)
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
fennec | + | --- |
People
(Reporter: wesj, Assigned: dhenein)
References
Details
(Keywords: perf)
Attachments
(1 file)
I just guessed initially setting the tabs transition to 500ms. We should speed it up. We can also make those numbers a const so that all of our transitions can use them.
Updated•10 years ago
|
tracking-fennec: --- → ?
Keywords: perf
Product: Firefox for Android → Firefox for iOS
Version: Trunk → unspecified
Reporter | ||
Updated•10 years ago
|
Assignee: nobody → wjohnston
Reporter | ||
Updated•10 years ago
|
tracking-fennec: ? → +
Comment 2•10 years ago
|
||
I am going to say that darrin's WIP tree at https://github.com/mozilla/firefox-ios/pull/230 fixes this ticket, since it shortens the tabs animation that wesj mentions from 0.5 seconds to 0.2 seconds. (It does other things too, but let's call it that for convenience.)
Assignee: wjohnston → dhenein
Status: NEW → ASSIGNED
OS: Mac OS X → iOS 8
Hardware: x86 → All
Comment 3•10 years ago
|
||
I will take the review and landing of this ticket.
Attachment #8579457 -
Flags: review?(nalexander)
Comment 4•10 years ago
|
||
Comment on attachment 8579457 [details] [review]
Github PR
I landed this with some pretty major changes:
1) general style nits and clean up, including extracting TabTrayControllerUX struct of constants.
2) remove blur effect -- see comment. It was popping terribly and fixing it would include adjusting the screenshot/view replacement, which I can't do now.
3) simplify the text layout -- see comment as well.
Attachment #8579457 -
Flags: review?(nalexander) → review+
Comment 5•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Comment 6•10 years ago
|
||
kar: the tab tray animation speed was a significant concern from our early testing. I think it's worth advertising that this has dropped the speed from 0.5 seconds to 0.2 seconds.
Flags: needinfo?(krudnitski)
You need to log in
before you can comment on or make changes to this bug.
Description
•