(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)
commitac9c307fe5d0ab147938397a7d078fb858cc1f4b
treed3924e0a3824876fefac9ace388d230cf42cb23a
parent2d2ecb83398d1c811911b8a734fb844a16616636
(ItemView) Store initial value in constraints to apply weight correctly

[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
dali-toolkit/public-api/controls/scrollable/item-view/item-layout.cpp