X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fdevel-api%2Fvisuals%2Fanimated-vector-image-visual-actions-devel.h;h=82d463c396cb95851328bac1ce833042c69c2688;hp=1f05bd72f3405a61a8397cd5fe1c749960bceb84;hb=f241f4e0ee21b508d75e622db5f81e505ec1166d;hpb=1b032e3f72c144d2da593a1c20d15041a3de00a3 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 1f05bd7..82d463c 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,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