(Animation) Allow the value to be baked upon property owner disconnection, DestroyEnd... 49/28149/8
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 26 Sep 2014 16:28:23 +0000 (17:28 +0100)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Tue, 30 Sep 2014 09:19:25 +0000 (10:19 +0100)
commitf0b56ac96f0ecc4cc79091e7271ecd6905cce75e
tree16d7839ea8c90ca5d33a42a3e7cc3389bac3ebd0
parenta87846cb6a9d92ef493eb197ed74b841654f3274
(Animation) Allow the value to be baked upon property owner disconnection, DestroyEndAction deprecated

[Problem]  If property owner is removed from the stage and even if Bake is set as the EndAction,
           the value is never baked.
[Cause]    We just disconnect with the current value set.
[Solution] If one of the bake options is selected then we jump to the final value
           Destroy end action deprecated as it is redundant

Change-Id: I9aab5cf6676a6fb1bcda9e9c90c644a3f3a1c57c
automated-tests/src/dali/utc-Dali-Animation.cpp
dali/internal/event/animation/animation-impl.cpp
dali/internal/event/animation/animation-impl.h
dali/internal/update/animation/scene-graph-animation.cpp
dali/internal/update/animation/scene-graph-animation.h
dali/internal/update/animation/scene-graph-animator.h
dali/public-api/animation/animation.cpp
dali/public-api/animation/animation.h