Implement Animation SetLoopMode and GetLoopMode API 33/140933/6
authorSeoyeon Kim <seoyeon2.kim@samsung.com>
Thu, 27 Jul 2017 07:17:20 +0000 (16:17 +0900)
committerSeoyeon Kim <seoyeon2.kim@samsung.com>
Wed, 9 Aug 2017 04:06:50 +0000 (13:06 +0900)
commitd804ed0767c2d3f1c85fc2e94b4b6a3991ef5c88
tree63cd14e5d511599449490a7ac49da742308b03e1
parentc20a96932c33e155c87b581525a7d95ba13b9cfa
Implement Animation SetLoopMode and GetLoopMode API

- Animation can play forwards and then runs backwards again using SetLoopMode().
- Enumeration 'LoopingMode' is one of RESTART and AUTO_REVERSE.

Change-Id: Ideecab8060d242874cb8997918b0a6e9c7734dd9
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
automated-tests/src/dali/utc-Dali-Animation.cpp
dali/devel-api/animation/animation-devel.cpp
dali/devel-api/animation/animation-devel.h
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.h