(ItemView) Store initial value in constraints to apply weight correctly 52/38952/1
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 1 May 2015 16:52:03 +0000 (17:52 +0100)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 1 May 2015 16:53:44 +0000 (17:53 +0100)
[Problem]  Constraint apply animations happen too quickly.
[Cause]    Interpolating between current and final value, but current is being updated.
[Solution] Store the initial value and interpolate between that and the desired value.

Change-Id: I71c6f403058f9ef0774fa1e42f4c0fbf6b7f29c2


No differences found