X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fdevel-api%2Fvisuals%2Fanimated-image-visual-actions-devel.h;h=421804524eeaf739de2d8cb59286dc3c92c7daf0;hb=e4a3c7b18f3a6168ec3967d4881663f7ed54f8d5;hp=b654a6938aa0c8aa6fd83cfcdfd7821bf9fc2c3b;hpb=4755bc6d25adef606b8f29f1145ffd866a0fbfe9;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/devel-api/visuals/animated-image-visual-actions-devel.h b/dali-toolkit/devel-api/visuals/animated-image-visual-actions-devel.h index b654a69..4218045 100644 --- a/dali-toolkit/devel-api/visuals/animated-image-visual-actions-devel.h +++ b/dali-toolkit/devel-api/visuals/animated-image-visual-actions-devel.h @@ -2,7 +2,7 @@ #define DALI_TOOLKIT_DEVEL_API_VISUALS_ANIMATED_IMAGE_VISUAL_ACTIONS_DEVEL_H /* - * Copyright (c) 2018 Samsung Electronics Co., Ltd. + * Copyright (c) 2020 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -39,7 +39,8 @@ enum Type { PLAY, ///< Play the animated GIF. This is also Default playback mode. PAUSE, ///< Pause the animated GIF. - STOP ///< Stop the animated GIF. + STOP, ///< Stop the animated GIF. + JUMP_TO ///< Jump to the specified frame. Property::INTEGER value should be passed. }; } // namespace Action