Added cubic interpolation for key-frame animations 24/31224/7
authorFerran Sole <ferran.sole@samsung.com>
Tue, 2 Dec 2014 16:46:20 +0000 (16:46 +0000)
committerFerran Sole <ferran.sole@samsung.com>
Thu, 11 Dec 2014 15:23:52 +0000 (15:23 +0000)
commit61565fdb199985199d2b629723dce43257a2afd3
tree2f4961b9271ba1f6b431b91dd12fd23d26e946d9
parent6aed95fdcf94526a54bd85477a13b57b47238c90
Added cubic interpolation for key-frame animations

[Problem]  Key-frame animations only supports linear interpolation between key values
[Cause]    n/a
[Solution] Allow the user to specify which interpolation method to use [Linear,Cubic]

Added unit tests for cubic interpolation
Change-Id: I152fbd2211d4b7fa52fd44f315c05869cccdd684
automated-tests/src/dali/utc-Dali-Animation.cpp
dali/internal/event/animation/animation-impl.cpp
dali/internal/event/animation/animation-impl.h
dali/internal/event/animation/key-frame-channel.h
dali/internal/event/animation/key-frames-impl.h
dali/internal/event/animation/progress-value.h
dali/internal/update/animation/scene-graph-animator.h
dali/public-api/animation/animation.cpp
dali/public-api/animation/animation.h