X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fvisuals%2Fvisual-properties.h;h=6f19efcc95e7d5ce07cb07449bae7f8532a59e44;hp=bea661d113307472f40048970f92d45ae3340705;hb=cd320a0d23f1e8db975021f71837e4523b5894a5;hpb=cea6f60f30c5a186b489e24fbbf3d5d53b2383d0 diff --git a/dali-toolkit/public-api/visuals/visual-properties.h b/dali-toolkit/public-api/visuals/visual-properties.h index bea661d..6f19efc 100644 --- a/dali-toolkit/public-api/visuals/visual-properties.h +++ b/dali-toolkit/public-api/visuals/visual-properties.h @@ -163,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 @@ -172,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,