mirror of https://github.com/axmolengine/axmol.git
15 lines
346 B
Lua
15 lines
346 B
Lua
|
|
--------------------------------
|
|
-- @module EaseElastic
|
|
--------------------------------
|
|
-- @function [parent=#EaseElastic] setPeriod
|
|
-- @param self
|
|
-- @param #float float
|
|
|
|
--------------------------------
|
|
-- @function [parent=#EaseElastic] getPeriod
|
|
-- @param self
|
|
-- @return float#float ret (return value: float)
|
|
|
|
return nil
|