Added api function to specify speed factor of an animation 17/27417/7
authorFerran Sole <ferran.sole@samsung.com>
Fri, 12 Sep 2014 10:35:02 +0000 (11:35 +0100)
committerFerran Sole <ferran.sole@samsung.com>
Tue, 16 Sep 2014 07:58:05 +0000 (08:58 +0100)
commit37263dd1185ea7ec62a15e5fcbbb1b8f2d69d784
tree97e2e4fb6f223e63886b5ea26224bf7841418634
parent5dbe1871ec1b75f649e06a0e92aa07005a455f68
Added api function to specify speed factor of an animation

The speed factor is a multiplier of the normal velocity of the animation.
Values between [0-1] will slow down the animation and values above 1 will speed
it up. It is also possible to specify a negative multiplier so the animation
will play in reverse.

Change-Id: I4e74cb3cd5372f4c141089a05be8325e0892ce7f
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/public-api/animation/animation.cpp
dali/public-api/animation/animation.h