Alpha function changes
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / public-api / shader-effects / bouncing-effect.h
index d5a2e75..655f0c6 100644 (file)
@@ -43,7 +43,7 @@ namespace Toolkit
  *   // Start the animation
  *   Animation animation = Animation::New(1.f);
  *   animation.AnimateTo( Property( bouncingEffect, bouncingEffect.GetProgressRatePropertyName() ),
- *                        1.f, AlphaFunctions::Bounce );
+ *                        1.f, AlphaFunction::BOUNCE );
  *   animation.Play();
  */
 class DALI_IMPORT_API BouncingEffect : public ShaderEffect