(Animation) Ensure we do not adjust the current value when stopping an AnimateBy... 24/216624/1
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Tue, 29 Oct 2019 16:54:33 +0000 (16:54 +0000)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Tue, 29 Oct 2019 16:55:46 +0000 (16:55 +0000)
commit84c72db5ce4ddd3d2118ed669200c171a7ddc156
treecdc33bc70245bfafeffb23d56a53af5084be4176
parentf4ad68c0f38aa5ce848fb6d3922100193f1c1a45
(Animation) Ensure we do not adjust the current value when stopping an AnimateBy animation

- The issue was that when issuing a stop, we set the current value but
  we use that as the amount to adjust for an AnimateBy animation rather
  than a target.

Change-Id: I49ab3a5d004dce5b18d747b9e7791df81d4aaddb
automated-tests/src/dali/utc-Dali-Animation.cpp
dali/internal/event/animation/animation-impl.cpp