X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fshader-effects%2Fbouncing-effect.h;h=655f0c6411f8be726ae97117271be26117a5d1c4;hp=eebe525f1ebff252d687363ab51262dfa04f4b2c;hb=df92f45e89c92ca9b2286d51116ff7b69e75c569;hpb=90b76ea06a1d553df0840f7dde4437ff242320f3 diff --git a/dali-toolkit/public-api/shader-effects/bouncing-effect.h b/dali-toolkit/public-api/shader-effects/bouncing-effect.h index eebe525..655f0c6 100644 --- a/dali-toolkit/public-api/shader-effects/bouncing-effect.h +++ b/dali-toolkit/public-api/shader-effects/bouncing-effect.h @@ -2,7 +2,7 @@ #define __DALI_TOOLKIT_SHADER_EFFECT_BOUNCING_H__ /* - * Copyright (c) 2014 Samsung Electronics Co., Ltd. + * Copyright (c) 2015 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -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