Closed
Bug 1122418
Opened 10 years ago
Closed 10 years ago
[Stingray] UI-Transition - Intro (Default/Grid views) launch / close transition
Categories
(Firefox OS Graveyard :: Gaia, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: suchiu, Assigned: suchiu)
References
Details
(Whiteboard: [Stingray-Branch][picked 2/16])
Attachments
(2 files)
Home launch transition of default view.
Assignee | ||
Comment 1•10 years ago
|
||
1. Add bubbling animation on home screen
2. Add pin card insertion animation
Assignee | ||
Updated•10 years ago
|
Attachment #8557687 -
Flags: review?(rexboy)
Attachment #8557687 -
Flags: review?(im)
Comment 2•10 years ago
|
||
Comment on attachment 8557687 [details]
Pull Request
As discussed earlier, may you try mainly the two:
1. Try to move the animation of "insert card" into scrollable.js / animations.js.
2. Try make use of transition-delay in replace of setTimeout, for bubbling animation.
And thanks for your initial work, please try and feel free to ping me for discussing.
Attachment #8557687 -
Flags: review?(rexboy)
Assignee | ||
Comment 3•10 years ago
|
||
(In reply to KM Lee [:rexboy] from comment #2)
> Comment on attachment 8557687 [details]
> Pull Request
>
> As discussed earlier, may you try mainly the two:
> 1. Try to move the animation of "insert card" into scrollable.js /
> animations.js.
> 2. Try make use of transition-delay in replace of setTimeout, for bubbling
> animation.
>
> And thanks for your initial work, please try and feel free to ping me for
> discussing.
Thank you, Rex. I have applied your both recommendations, please help me to review again.
Assignee | ||
Updated•10 years ago
|
Attachment #8557687 -
Flags: review?(rexboy)
Comment 4•10 years ago
|
||
Comment on attachment 8557687 [details]
Pull Request
Please use querySelector and check the strange enlarge and shrink animation while pining something to home.
Attachment #8557687 -
Flags: review?(im)
Comment 5•10 years ago
|
||
Comment on attachment 8557687 [details]
Pull Request
Looks better now, but I need to cancel it since scrollable.insertNodeBefore() would not work correctly itself without calling slide() by current implementation.
It's closer to landing though. Just set review to me again after changing.
Thank you!
Attachment #8557687 -
Flags: review?(rexboy)
Comment 6•10 years ago
|
||
Assignee | ||
Updated•10 years ago
|
Attachment #8558841 -
Flags: review?(rexboy)
Assignee | ||
Updated•10 years ago
|
Attachment #8558841 -
Flags: review?(im)
Comment 7•10 years ago
|
||
Comment on attachment 8558841 [details] [review]
[PullReq] sean2449:Bug_1122418 to mozilla-b2g:master
Looks good with this version.
Attachment #8558841 -
Flags: review?(im) → review+
Comment 8•10 years ago
|
||
Comment on attachment 8558841 [details] [review]
[PullReq] sean2449:Bug_1122418 to mozilla-b2g:master
Looks overall good to me. I still have some comments on Github, please fix them before landing.
Thanks for your work!
Attachment #8558841 -
Flags: review?(rexboy) → review+
Comment 9•10 years ago
|
||
merged to master:
https://github.com/mozilla-b2g/gaia/commit/f2de8484a9b6d425a06d4d6cc5efb1250ad42ac1
gaia try is all green:
https://treeherder.mozilla.org/#/jobs?repo=gaia-try&revision=feed96604e3f
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Whiteboard: [Stingray-Branch][picked 2/16]
You need to log in
before you can comment on or make changes to this bug.
Description
•