Class cc.EaseBackInOut

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

Method Summary

Class Detail

cc.EaseBackInOut()
cc.EaseBackInOut action.
Begining of cc.EaseBackIn. Ending of cc.EaseBackOut.
//The old usage
cc.EaseBackInOut.create(action);
//The new usage
action.easing(cc.easeBackInOut());
since v3.0
Please use action.easing(cc.easeBackInOut())

Method Detail

  • {cc.EaseBackInOut} clone()
    to copy object with deep copy. returns a clone of action.
    Returns:
    {cc.EaseBackInOut}
  • <static> {cc.EaseBackInOut} cc.EaseBackInOut.create(action)
    Creates the action.
    Begining of cc.EaseBackIn. Ending of cc.EaseBackOut.
    //The old usage
    cc.EaseBackInOut.create(action);
    //The new usage
    action.easing(cc.easeBackInOut());
    Parameters:
    {cc.ActionInterval} action
    Deprecated:
    since v3.0
    Please use action.easing(cc.easeBackInOut())
    Returns:
    {cc.EaseBackInOut}
  • {cc.EaseBackInOut} reverse()
    Create a action. Opposite with the original motion trajectory.
    Returns:
    {cc.EaseBackInOut}
  • update(dt)
    Called once per frame. Time is the number of seconds of a frame interval.
    Parameters:
    {Number} dt