(Vector) Change properties to get frame numbers
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / devel-api / visuals / animated-vector-image-visual-actions-devel.h
index 1f05bd7..82d463c 100644 (file)
@@ -37,9 +37,11 @@ namespace Action
  */
 enum Type
 {
-  PLAY,        ///< Play the animated vector image.
-  PAUSE,       ///< Pause 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::INTEGER value should be passed.
+  UPDATE_PROPERTY  ///< Update the properties of the animated vector image.
 };
 
 } // namespace Action