Add Fade Transition
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / public-api / transition / transition-base.h
index 9a274ac..6deaeff 100644 (file)
@@ -131,10 +131,17 @@ public:
   AlphaFunction GetAlphaFunction() const;
 
   /**
   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);
 
    */
   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
   /**
 public: // Not intended for use by Application developers
   /// @cond internal
   /**