mirror of https://github.com/axmolengine/axmol.git
28 lines
730 B
Lua
28 lines
730 B
Lua
|
|
--------------------------------
|
|
-- @module EaseElastic
|
|
-- @extend ActionEase
|
|
-- @parent_module cc
|
|
|
|
--------------------------------
|
|
-- @function [parent=#EaseElastic] setPeriod
|
|
-- @param self
|
|
-- @param #float float
|
|
|
|
--------------------------------
|
|
-- @function [parent=#EaseElastic] getPeriod
|
|
-- @param self
|
|
-- @return float#float ret (return value: float)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#EaseElastic] clone
|
|
-- @param self
|
|
-- @return EaseElastic#EaseElastic ret (return value: cc.EaseElastic)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#EaseElastic] reverse
|
|
-- @param self
|
|
-- @return EaseElastic#EaseElastic ret (return value: cc.EaseElastic)
|
|
|
|
return nil
|