X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-core.git;a=blobdiff_plain;f=dali%2Fdevel-api%2Fanimation%2Fanimation-devel.cpp;h=54842568bbe6a35bc3fb11b8d4a61b4a472a45e2;hp=0840ae7d914dbb46e7345cbe3702efccbfc404ad;hb=77de4c4ae763aeb42c5bf02be9191ab0694b48a1;hpb=080e6bbcb72c7d8fde762b7024e71dbe34f65367 diff --git a/dali/devel-api/animation/animation-devel.cpp b/dali/devel-api/animation/animation-devel.cpp index 0840ae7..5484256 100644 --- a/dali/devel-api/animation/animation-devel.cpp +++ b/dali/devel-api/animation/animation-devel.cpp @@ -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