Class cc.EaseQuarticActionOut

Class Summary
Constructor Attributes Constructor Name and Description
 
cc.EaseQuarticActionOut action.

Method Summary

Class Detail

cc.EaseQuarticActionOut()
cc.EaseQuarticActionOut action.
Reference easeOutQuart:
http://www.zhihu.com/question/21981571/answer/19925418
//The old usage
cc.EaseQuarticActionOut.create(action);
//The new usage
action.easing(cc.EaseQuarticActionOut());
since v3.0
Please use action.easing(cc.QuarticActionOut());

Method Detail

  • to copy object with deep copy. returns a clone of action.
    Returns:
    {cc.EaseQuarticActionOut}
  • <static> {cc.EaseQuarticActionOut} cc.EaseQuarticActionOut.create(action)
    Creates the action.
    Reference easeOutQuart:
    http://www.zhihu.com/question/21981571/answer/19925418
    //The old usage
    cc.EaseQuarticActionOut.create(action);
    //The new usage
    action.easing(cc.EaseQuarticActionOut());
    Parameters:
    action
    Deprecated:
    since v3.0
    Please use action.easing(cc.QuarticActionOut());
    Returns:
    {cc.EaseQuarticActionOut}
  • Create a action. Opposite with the original motion trajectory.
    Returns:
    {cc.EaseQuarticActionOut}
  • update(dt)
    Called once per frame. Time is the number of seconds of a frame interval.
    Parameters:
    {Number} dt