Closed
Bug 1142424
Opened 10 years ago
Closed 10 years ago
[Stingray][Home] scrolling to pinning position is too fast while no buttons pinned
Categories
(Firefox OS Graveyard :: Gaia::TV::Home, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: johnhu, Assigned: suchiu)
Details
Attachments
(1 file)
We use distance / 2000 + 's' as the duration of scroll to insertion position. It may be too fast that we have no button pinned. We should use a fixed duration while only few buttons pinned.
Comment 1•10 years ago
|
||
Assignee | ||
Comment 2•10 years ago
|
||
Comment on attachment 8576511 [details] [review]
[gaia] sean2449:Bug_1142424-scroll-too-fast > mozilla-b2g:master
1. Remove transition delay for new card if the new card is the last node in scrollable.
2. Adjust scrolling speed. The speed is fixed number if the scroll distance is smaller than 960px
Attachment #8576511 -
Flags: review?(rexboy)
Attachment #8576511 -
Flags: review?(im)
Assignee | ||
Updated•10 years ago
|
Summary: [Stingray][Home] scrolling to pinning position is too fast while no buttons pined → [Stingray][Home] scrolling to pinning position is too fast while no buttons pinned
Reporter | ||
Comment 3•10 years ago
|
||
Comment on attachment 8576511 [details] [review]
[gaia] sean2449:Bug_1142424-scroll-too-fast > mozilla-b2g:master
Looks good to me.
Attachment #8576511 -
Flags: review?(im) → review+
Comment 4•10 years ago
|
||
Comment on attachment 8576511 [details] [review]
[gaia] sean2449:Bug_1142424-scroll-too-fast > mozilla-b2g:master
Looks good to me.
Seems we need rebase.
Attachment #8576511 -
Flags: review?(rexboy) → review+
Assignee | ||
Comment 5•10 years ago
|
||
Commit: https://github.com/mozilla-b2g/gaia/commit/9432c50e2196de7f55e7aebd8d81e595c1f56419
Gaia-Tree(All green): https://treeherder.mozilla.org/#/jobs?repo=gaia&revision=0dcebb1b9a91f93bf049c3782d433789fd3b7c2e
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•