Implement Animation PlayAfter() API
[platform/core/uifw/dali-core.git] / dali / devel-api / animation / animation-devel.cpp
index 0840ae7..5484256 100644 (file)
@@ -40,6 +40,11 @@ Animation::AnimationSignalType& ProgressReachedSignal( Animation animation )
   return GetImplementation( animation ).ProgressReachedSignal();
 }
 
+void PlayAfter( Animation animation, float delaySeconds )
+{
+  GetImplementation( animation ).PlayAfter( delaySeconds );
+}
+
 } // namespace DevelAnimation
 
 } // namespace Dali