Class cc.EaseQuarticActionIn

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

Method Summary

Class Detail

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

Method Detail

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