From: joogab.yun Date: Wed, 14 Aug 2024 06:30:47 +0000 (+0900) Subject: Added trim paths props X-Git-Tag: dali_2.3.38~3^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=75113acdf9a6db3df3ed84f43b63de5420492edf;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git Added trim paths props Change-Id: I821b6047ce23683bff682c0d501784d23052f9c8 --- diff --git a/dali/devel-api/adaptor-framework/vector-animation-renderer.h b/dali/devel-api/adaptor-framework/vector-animation-renderer.h index cec206fee..3b4b02e5c 100644 --- a/dali/devel-api/adaptor-framework/vector-animation-renderer.h +++ b/dali/devel-api/adaptor-framework/vector-animation-renderer.h @@ -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.