Closed Bug 1762872 Opened 3 years ago Closed 3 years ago

increase length of time swipe to nav ui element is visible

Categories

(Core :: Panning and Zooming, enhancement)

enhancement

Tracking

()

RESOLVED FIXED
102 Branch
Tracking Status
firefox102 --- fixed

People

(Reporter: tnikkel, Assigned: tnikkel)

References

Details

Attachments

(1 file)

No description provided.

I noticed that the current implementation is very short and easy to miss. Chrome is much longer. I tweaked it to what felt pretty good.

Although this seems like only an increase from 0.25s to 0.35s it's actually much longer than that because the cubic-bezier curve (viewable at https://cubic-bezier.com/#.07,.95,0,1 ) goes to zero almost immediately. The new curve (viewable at https://cubic-bezier.com/#.25,.1,.25,1 ) is closer to linear with an ease-in and an ease-out.

Depends on D142817

Assignee: nobody → tnikkel
Status: NEW → ASSIGNED

There's a r+ patch which didn't land and no activity in this bug for 2 weeks.
:tnikkel, could you have a look please?
If you still have some work to do, you can add an action "Plan Changes" in Phabricator.
For more information, please visit auto_nag documentation.

Flags: needinfo?(tnikkel)
Flags: needinfo?(hikezoe.birchill)

Working on getting tests for this patch stack.

Flags: needinfo?(tnikkel)
Flags: needinfo?(hikezoe.birchill)
Pushed by tnikkel@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/224b530fb59a Increase length of time swipe to nav ui element is visible. r=hiro
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Target Milestone: --- → 102 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: