X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fvisuals%2Fvisual-properties.h;h=6f19efcc95e7d5ce07cb07449bae7f8532a59e44;hb=fb87251cfeff34418a36798700b81786e522018a;hp=be3aeadb4177a7f3d3cf77f2aad555dd44fa258c;hpb=5359a575636e678baf178dab5209b587be1a7551;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/public-api/visuals/visual-properties.h b/dali-toolkit/public-api/visuals/visual-properties.h index be3aead..6f19efc 100644 --- a/dali-toolkit/public-api/visuals/visual-properties.h +++ b/dali-toolkit/public-api/visuals/visual-properties.h @@ -107,15 +107,16 @@ enum /** * @brief Mix color is a blend color for any visual. - * @details Name "mixColor", type Property::VECTOR3 or Property::VECTOR4. + * @details Name "mixColor", type Property::VECTOR3 or Property::VECTOR4, animatable * @SINCE_1_2.60 * @note Optional + * @note To animate an opacity, OPACITY property should be used. */ MIX_COLOR, /** * @brief Opacity is the alpha component of the mixColor, above. - * @details Name "opacity", type Property::FLOAT. + * @details Name "opacity", type Property::FLOAT, animatable * @SINCE_1_2.60 * @note Optional */ @@ -162,7 +163,7 @@ enum Type { /** * @brief Offset of the visual, which can be either relative (percentage [0.0f to 1.0f] of the parent) or absolute (in world units). - * @details Name "offset", type Property::VECTOR2. + * @details Name "offset", type Property::VECTOR2, animatable. * @SINCE_1_2.60 * * @see OFFSET_POLICY @@ -171,7 +172,7 @@ enum Type /** * @brief Size of the visual, which can be either relative (percentage [0.0f to 1.0f] of the parent) or absolute (in world units). - * @details Name "size", type Property::VECTOR2. + * @details Name "size", type Property::VECTOR2, animatable. * @see SIZE_POLICY */ SIZE,