Class CCEaseElasticOut

#include <Geode/cocos/actions/CCActionEase.h>
classCCEaseElasticOut:publiccocos2d::CCEaseElastic{ ... }

Since v0.8.2

Ease Elastic Out action.

⚠️ This action doesn't use a bijective function. Actions like Sequence might have an unexpected result when used with this action.

Examples0
Public static methods2
staticcocos2d::CCEaseElasticOut*create(,
floatfPeriod
)

Creates the action with the inner action and the period in radians (default is 0.3)

staticcocos2d::CCEaseElasticOut*create()
No description provided
Public member functions3
virtualvoidupdate(
floattime
)
No description provided
virtualcocos2d::CCActionInterval*reverse()
No description provided
virtualcocos2d::CCObject*copyWithZone()
No description provided
Fields0
Protected member functions0
Protected fields0