touch-packages team mailing list archive
-
touch-packages team
-
Mailing list archive
-
Message #123584
[Bug 1510378] Re: Missing window open/close animations on desktop
Indeed it is a bit blunt currently with no animations. What we want to
have is something really simple and quick for it not to be intrusive.
Unity7 is doing quite good job imo. I created a little prototype to test
different scaling and opacity values and animation parameter.
If you want to play with it its here:
lp:~vesar/+junk/WindowOpeningAndClosing
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1510378
Title:
Missing window open/close animations on desktop
Status in Ubuntu UX:
Fix Committed
Status in unity8 package in Ubuntu:
Incomplete
Bug description:
Unity8 (on desktop) is missing window open/close animations
--------------------
Desired design:
Opening animation (parallel animation):
- Scale from 0.85 to 1
- Opacity from 0 to 1
- duration: UbuntuAnimation.SnapDuration
- easing: UbuntuAnimation.StandardEasing
Closing animation (parallel animation):
- Scale from 1 to 0.85
- Opacity from 1 to 0
- duration: UbuntuAnimation.SnapDuration
- easing: UbuntuAnimation.StandardEasingReverse
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1510378/+subscriptions
References