Add animation target type
authorHeeyong Song <heeyong.song@samsung.com>
Wed, 20 Nov 2013 02:31:55 +0000 (11:31 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Wed, 20 Nov 2013 02:31:55 +0000 (11:31 +0900)
commit11b1b40030546f65ae63cbed2d517acb94d1171e
treeb0cbf7e03bbe76f1f43e550110386af8a99d5429
parenta6668e79968aedd0bc7ef794ba65968cd5241392
Add animation target type

Change-Id: I3ba66d12bd75e041602763530161921abbe616b3
23 files changed:
inc/FUiAnimAnimationTransaction.h
inc/FUiAnimIObjectAnimationStatusEventListener.h [new file with mode: 0644]
inc/FUiAnimIObjectAnimationTickEventListener.h [new file with mode: 0644]
inc/FUiAnimVisualElementAnimation.h
inc/FUiAnimVisualElementValueAnimation.h
src/ui/CMakeLists.txt
src/ui/animations/FUiAnimAnimationTransaction.cpp
src/ui/animations/FUiAnimIObjectAnimationStatusEventListener.cpp [new file with mode: 0644]
src/ui/animations/FUiAnimIObjectAnimationTickEventListener.cpp [new file with mode: 0644]
src/ui/animations/FUiAnimVisualElementAnimation.cpp
src/ui/animations/FUiAnimVisualElementValueAnimation.cpp
src/ui/animations/FUiAnim_AnimationGroupNode.cpp
src/ui/animations/FUiAnim_AnimationManager.cpp
src/ui/animations/FUiAnim_AnimationManager.h
src/ui/animations/FUiAnim_TransactionNode.cpp
src/ui/animations/FUiAnim_TransactionNode.h
src/ui/animations/FUiAnim_VisualElementAnimationImpl.cpp
src/ui/animations/FUiAnim_VisualElementAnimationImpl.h
src/ui/animations/FUiAnim_VisualElementImpl.cpp
src/ui/animations/FUiAnim_VisualElementPropertyAnimationImpl.cpp
src/ui/animations/FUiAnim_VisualElementPropertyAnimationImpl.h
src/ui/animations/FUiAnim_VisualElementValueAnimationImpl.cpp
src/ui/animations/FUiAnim_VisualElementValueAnimationImpl.h