Closed
Bug 701994
Opened 13 years ago
Closed 13 years ago
Tab counter animation should show overlapping of numbers
Categories
(Firefox for Android Graveyard :: General, defect, P3)
Tracking
(firefox11 fixed, fennec11+)
VERIFIED
FIXED
People
(Reporter: sriram, Assigned: sriram)
Details
Attachments
(1 file, 1 obsolete file)
1.46 KB,
patch
|
mfinkle
:
review+
|
Details | Diff | Splinter Review |
As per the UI spec, the tab counter animation should show overlapping of numbers.
Assignee | ||
Comment 1•13 years ago
|
||
I tried re-implementing TextSwitcher as a Odometer. This moves all the logic to a new file and does the overlap.
The magic was in setting the amount to displace (currently 30%) :sigh: :( :(
Assignee: nobody → sriram
Attachment #574013 -
Flags: review?(mark.finkle)
Assignee | ||
Comment 2•13 years ago
|
||
If "the amount to displace" was the "magic" for showing a overlap, I was wondering if that would work with TextSwitcher also.
Strangely it does!! :(
After 2 hours of working on the previous patch, I figured out it takes just 4 line change in existing code to achieve the same effect! :big-sigh: :(
Attachment #574014 -
Flags: review?(mark.finkle)
Assignee | ||
Updated•13 years ago
|
OS: Mac OS X → Android
Hardware: x86 → All
Updated•13 years ago
|
Attachment #574013 -
Attachment is obsolete: true
Attachment #574013 -
Flags: review?(mark.finkle)
Updated•13 years ago
|
Attachment #574014 -
Flags: review?(mark.finkle) → review+
Updated•13 years ago
|
Priority: -- → P3
Comment 3•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Comment 4•13 years ago
|
||
Neat.
Sririam, did you file a bug for tweaking the animation speed?
20111115040200
http://hg.mozilla.org/projects/birch/rev/97283e503e1e
Status: RESOLVED → VERIFIED
Updated•13 years ago
|
tracking-fennec: --- → 11+
Updated•13 years ago
|
status-firefox11:
--- → fixed
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•