[Tizen] Adds transition effect
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / controls / image-view / image-view-impl.h
index 90dc192..39337b0 100644 (file)
@@ -107,6 +107,17 @@ public:
    */
   void SetDepthIndex(int depthIndex);
 
+  /**
+   * @brief Retrieve visual property animations.
+   * This ImageView is a destination.
+   *
+   * @param[in] animation generated animation
+   * @param[in] source source control of the animation.
+   * @param[in] alphaFunction AlphaFunction of the animation
+   * @param[in] TimePeriod TimePeriod of the animation
+   */
+  void CreateTransitions(Dali::Animation& animation, Dali::Toolkit::Control source, AlphaFunction alphaFunction, TimePeriod period) override;
+
 private: // From Control
   /**
    * @copydoc Toolkit::Control::OnInitialize