Closed
Bug 1406964
Opened 7 years ago
Closed 7 years ago
Fading out the toolbar buttons should use a quicker easing function
Categories
(Firefox :: Theme, defect, P3)
Firefox
Theme
Tracking
()
RESOLVED
FIXED
Firefox 58
Tracking | Status | |
---|---|---|
firefox56 | --- | unaffected |
firefox57 | --- | unaffected |
firefox58 | --- | fixed |
People
(Reporter: jaws, Assigned: jaws)
References
Details
Attachments
(1 file)
59 bytes,
text/x-review-board-request
|
Gijs
:
review+
abenson
:
ui-review+
abenson
:
ui-review+
|
Details |
The patch in bug 1390313 landed without declaring an explicit timing function. Therefore it uses `ease`. This animation plays pretty slow in the middle. I think it looks a lot better when we speed up more at the start, which is what the standard "photon" animation-easing-function uses.
Comment hidden (mozreview-request) |
Assignee | ||
Comment 2•7 years ago
|
||
Pushed to tryserver at https://treeherder.mozilla.org/#/jobs?repo=try&revision=cb75ed7edb36. I'll request ui-review from epang once the builds are ready.
Updated•7 years ago
|
Priority: -- → P3
Comment 3•7 years ago
|
||
mozreview-review |
Comment on attachment 8916655 [details]
Bug 1406964 - Fading out the toolbar buttons should use a quicker easing function.
https://reviewboard.mozilla.org/r/187748/#review192828
r=me on the assumption of ui-r+
Attachment #8916655 -
Flags: review?(gijskruitbosch+bugs) → review+
Assignee | ||
Comment 4•7 years ago
|
||
Comment on attachment 8916655 [details]
Bug 1406964 - Fading out the toolbar buttons should use a quicker easing function.
Windows x64: https://queue.taskcluster.net/v1/task/PShqowoNRFWIZ8HrtyWk7A/runs/0/artifacts/public/build/target.zip
OSX: https://queue.taskcluster.net/v1/task/FmF_uNrZSuaU2swOjAl92w/runs/0/artifacts/public/build/target.dmg
Linux 64: https://queue.taskcluster.net/v1/task/ZFremWCITymLlwYX-g4QTw/runs/0/artifacts/public/build/target.tar.bz2
Attachment #8916655 -
Flags: ui-review?(bbell)
Attachment #8916655 -
Flags: ui-review?(abenson)
Comment 5•7 years ago
|
||
Comment on attachment 8916655 [details]
Bug 1406964 - Fading out the toolbar buttons should use a quicker easing function.
Looks great!
Attachment #8916655 -
Flags: ui-review?(bbell)
Attachment #8916655 -
Flags: ui-review?(abenson)
Attachment #8916655 -
Flags: ui-review+
Pushed by jwein@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/bbdf62ee0589
Fading out the toolbar buttons should use a quicker easing function. r=Gijs
Assignee | ||
Comment 7•7 years ago
|
||
Comment on attachment 8916655 [details]
Bug 1406964 - Fading out the toolbar buttons should use a quicker easing function.
Approval Request Comment
[Feature/Bug causing the regression]: follow-up to bug 1390313
[User impact if declined]: animation will appear slower than it should
[Is this code covered by automated tests?]: no
[Has the fix been verified in Nightly?]: no
[Needs manual test from QE? If yes, steps to reproduce]: no
[List of other uplifts needed for the feature/fix]: none
[Is the change risky?]: no
[Why is the change risky/not risky?]: just changes the CSS property for the animation timing function (one line CSS change, only visual)
[String changes made/needed]: none
Attachment #8916655 -
Flags: approval-mozilla-beta?
Assignee | ||
Updated•7 years ago
|
status-firefox57:
--- → affected
Assignee | ||
Updated•7 years ago
|
status-firefox56:
--- → unaffected
![]() |
||
Comment 8•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 58
Comment on attachment 8916655 [details]
Bug 1406964 - Fading out the toolbar buttons should use a quicker easing function.
Photon polish, beta57+
Attachment #8916655 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Comment 10•7 years ago
|
||
Bug 1390313 hasn't been uplifted to Beta (nor is it nominated for approval), so this patch doesn't apply?
Flags: needinfo?(jaws)
Comment 11•7 years ago
|
||
FWIW, I didn't think 1390313 was crucial for 57, and given bug 1407435 I'm not sure it's a good idea to uplift all of it now...
Assignee | ||
Comment 12•7 years ago
|
||
Sorry I missed that bug 1390313 wasn't uplifted nor planned for uplift. I agree with holding back bug 1390313.
Flags: needinfo?(jaws)
Updated•7 years ago
|
Attachment #8916655 -
Flags: approval-mozilla-beta+
You need to log in
before you can comment on or make changes to this bug.
Description
•