Added trim paths props 53/316153/3
authorjoogab.yun <joogab.yun@samsung.com>
Wed, 14 Aug 2024 06:30:47 +0000 (15:30 +0900)
committerjoogab.yun <joogab.yun@samsung.com>
Mon, 19 Aug 2024 06:18:42 +0000 (15:18 +0900)
Change-Id: I821b6047ce23683bff682c0d501784d23052f9c8

dali/devel-api/adaptor-framework/vector-animation-renderer.h

index cec206fee0f2458d2cb4437794123e3d6c92f992..3b4b02e5c0ac0670e295e2b3ca4a5258d65e1747 100644 (file)
@@ -58,7 +58,9 @@ public:
     TRANSFORM_POSITION, ///< Transform position of the Layer and Group object, Type Property::VECTOR2
     TRANSFORM_SCALE,    ///< Transform scale of the Layer and Group object, Type Property::VECTOR2 [0..100]
     TRANSFORM_ROTATION, ///< Transform rotation of the Layer and Group object, Type Property::FLOAT [0..360] in degrees
-    TRANSFORM_OPACITY   ///< Transform opacity of the Layer and Group object, Type Property::FLOAT
+    TRANSFORM_OPACITY,  ///< Transform opacity of the Layer and Group object, Type Property::FLOAT
+    TRIM_START,         ///< Trim Start property of Shape object , value type is float [ 0 .. 100] */
+    TRIM_END            ///< Trim End property of Shape object , value type Property::VECTOR2 [0..100] */
   };
 
   /// @brief UploadCompleted signal type.