X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fdevel-api%2Fvisuals%2Fanimated-vector-image-visual-actions-devel.h;h=92d4e8e5ad480b90841ad3c69ce7192b114366ee;hb=b8c53c32af48487b8d5178425ecf8f801e44ad4d;hp=6e40c691dc5a5c88ef04da6118ec418c092d1a23;hpb=83dd0b674417c4b93d920a9c56c8839d6bef6cc6;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/devel-api/visuals/animated-vector-image-visual-actions-devel.h b/dali-toolkit/devel-api/visuals/animated-vector-image-visual-actions-devel.h index 6e40c69..92d4e8e 100644 --- a/dali-toolkit/devel-api/visuals/animated-vector-image-visual-actions-devel.h +++ b/dali-toolkit/devel-api/visuals/animated-vector-image-visual-actions-devel.h @@ -37,10 +37,11 @@ namespace Action */ enum Type { - PLAY, ///< Play the animated vector image. - PAUSE, ///< Pause the animated vector image. - RESUME, ///< Resume the animated vector image. - STOP ///< Stop the animated vector image. This is also Default playback mode. + PLAY, ///< Play the animated vector image. + PAUSE, ///< Pause the animated vector image. + STOP, ///< Stop the animated vector image. This is also Default playback mode. + JUMP_TO, ///< Jump to the specified frame. Property::FLOAT value should be passed. + UPDATE_PROPERTY ///< Update the properties of the animated vector image. }; } // namespace Action