X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Ftransition%2Ftransition-base.h;h=6deaeff91c00b404d27322f87b3214a5ecbccc88;hp=9a274acb92358411b2fa92524486dd1c48705482;hb=82f0fa0fcdede94b7114bef9b15277ba5e41ad4a;hpb=1472fda30a44315490d628a4b36459b423364802 diff --git a/dali-toolkit/public-api/transition/transition-base.h b/dali-toolkit/public-api/transition/transition-base.h index 9a274ac..6deaeff 100644 --- a/dali-toolkit/public-api/transition/transition-base.h +++ b/dali-toolkit/public-api/transition/transition-base.h @@ -131,10 +131,17 @@ public: AlphaFunction GetAlphaFunction() const; /** - * @brief A View could be transition with its child Views or without them. + * @brief A Control could be transition with its child Controls or without them. + * @param[in] transitionWithChild True if the Control is transitioned with children. */ void TransitionWithChild(bool transitionWithChild); + /** + * @brief Set this transition is appearing transition or not. + * @param[in] appearingTransition True if this transition is appearing transition. + */ + void SetAppearingTransition(bool appearingTransition); + public: // Not intended for use by Application developers /// @cond internal /**