Closed Bug 979326 Opened 10 years ago Closed 10 years ago

Tweak timing for customization mode transition

Categories

(Firefox :: Toolbars and Customization, defect)

30 Branch
x86
All
defect
Not set
normal

Tracking

()

RESOLVED FIXED
Firefox 30

People

(Reporter: phlsa, Assigned: phlsa)

References

(Blocks 1 open bug)

Details

Attachments

(1 file)

After playing around with the customization transition for a bit, I think we can make the transition feel smoother by slightly adjusting the timing.

Here's the code that works really well:

/* Customize mode */
#navigator-toolbox,
#content-deck {
  transition-property: margin-left, margin-right;
  transition-duration: 200ms;
  transition-timing-function: linear;
}
If you're comfortable putting together a patch, I'm comfortable reviewing and landing it. Let me know if that works for you, phlsa!
Flags: needinfo?(philipp)
Attached patch Patch v1Splinter Review
Assignee: nobody → philipp
Status: NEW → ASSIGNED
Flags: needinfo?(philipp)
Comment on attachment 8385376 [details] [diff] [review]
Patch v1

Review of attachment 8385376 [details] [diff] [review]:
-----------------------------------------------------------------

If UX is happy with it, then so am I. Thanks phlsa! I'll land this patch for you.
Attachment #8385376 - Flags: review?(mconley) → review+
https://hg.mozilla.org/mozilla-central/rev/a781d8486ebc
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 30
QA Whiteboard: [qa-]
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: