Alpha function changes
[platform/core/uifw/dali-toolkit.git] / docs / content / programming-guide / animation-rotation.h
index 0351ec9..0bd51a0 100644 (file)
@@ -23,7 +23,7 @@
  * Quaternion q(Radian(Degree(45.0f)).value, Vector3::YAXIS);
  * Quaternion r(Radian(Degree(30.0f)).value, Vector3::ZAXIS);
  * q *= r;
- * mAnimation.AnimateTo(Property(mActor, Actor::Property::ORIENTATION), q, AlphaFunctions::EaseInOut);
+ * mAnimation.AnimateTo(Property(mActor, Actor::Property::ORIENTATION), q, AlphaFunction::EASE_IN_OUT);
  * mAnimation.Play();
  * @endcode
  */