-------------------------------- -- @module EaseElastic -- @extend ActionEase -- @parent_module cc -------------------------------- -- brief Set period of the wave in radians.
-- param fPeriod The value will be set. -- @function [parent=#EaseElastic] setPeriod -- @param self -- @param #float fPeriod -- @return EaseElastic#EaseElastic self (return value: cc.EaseElastic) -------------------------------- -- brief Get period of the wave in radians. Default value is 0.3.
-- return Return the period of the wave in radians. -- @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