2014-03-10 14:04:58 +08:00
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @module EaseElastic
|
2014-03-20 10:21:28 +08:00
|
|
|
-- @extend ActionEase
|
2014-06-25 17:36:50 +08:00
|
|
|
-- @parent_module cc
|
2014-03-18 15:55:30 +08:00
|
|
|
|
2014-03-10 14:04:58 +08:00
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#EaseElastic] setPeriod
|
|
|
|
-- @param self
|
|
|
|
-- @param #float float
|
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#EaseElastic] getPeriod
|
|
|
|
-- @param self
|
|
|
|
-- @return float#float ret (return value: float)
|
|
|
|
|
2014-03-18 15:55:30 +08:00
|
|
|
--------------------------------
|
|
|
|
-- @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)
|
|
|
|
|
2014-03-10 14:04:58 +08:00
|
|
|
return nil
|