[Merge] lp:~artmello/webbrowser-app/webbrowser-app-bookmarks_top_sites into lp:webbrowser-app
Arthur Mello
arthur.mello at canonical.com
Tue Jul 1 23:55:58 UTC 2014
> The "see more/see less" transition is looking better, but still not perfect
> IMHO.
>
> When I click "see more", I’m seeing the "top sites" section being abruptly
> shifted downwards, then fade away. It should probably move downwards smoothly
> and fade away at the same time.
The "bookmarks" and the "top sites" lists are inside a ListView. I tried to animate with Behavior on Y the delegate but with no success. My idea was to animate the move from the "top sites" component. Any suggestion?
> When I click "see less", the extra bookmarks disappear instantly. Ideally they
> should fade away progressively as the footer is moved upwards.
Right now the bookmarks list is a Repeater, not a ListView, inside a Column. I am animating the move transition of the Column. That is why we have the effect when we are "expanding" the Repeater. But to use the same effect before removing the entries of the Repeater I would need to use something like the delayRemove from the ListView. I didn't find a way to do that on a Repeater. Any suggestion? Should I change the Repeater to a ListView?
--
https://code.launchpad.net/~artmello/webbrowser-app/webbrowser-app-bookmarks_top_sites/+merge/224592
Your team Ubuntu Phablet Team is subscribed to branch lp:webbrowser-app.
More information about the Ubuntu-reviews
mailing list