athena: Change the scrolling behaviour of the windows in overview mode.
commit4bf71ed7540d1ead878e1891d6e819789863bf60
authorSadrul Habib Chowdhury <sadrul@chromium.org>
Wed, 10 Sep 2014 05:13:57 +0000 (10 01:13 -0400)
committerSadrul Habib Chowdhury <sadrul@chromium.org>
Wed, 10 Sep 2014 05:16:36 +0000 (10 05:16 +0000)
tree7b7ad5a979ca08040219dc4aff89a4ce9082459f
parent05a2bf0bb57be3e4a180d5709703eef4b121ff3f
athena: Change the scrolling behaviour of the windows in overview mode.

Change the transforms of the windows in overview mode to better match the mocks.
Notable change in the code is that instead of computing the terminal transforms
at the start, and then computing the intermediate transforms from those, we
compute less amount of information at start, and compute the transform at each
state from those. This makes it easier to perform non-linear transforms during
the scrolls.

BUG=403849
R=oshima@chromium.org

Review URL: https://codereview.chromium.org/556043002

Cr-Commit-Position: refs/heads/master@{#294108}
athena/wm/window_overview_mode.cc