mirror of https://github.com/axmolengine/axmol.git
17 lines
544 B
Lua
17 lines
544 B
Lua
|
|
--------------------------------
|
|
-- @module TransitionEaseScene
|
|
-- @parent_module cc
|
|
|
|
--------------------------------
|
|
-- Returns the Ease action that will be performed on a linear action.<br>
|
|
-- since v0.8.2<br>
|
|
-- param action A given interval action.<br>
|
|
-- return The Ease action that will be performed on a linear action.
|
|
-- @function [parent=#TransitionEaseScene] easeActionWithAction
|
|
-- @param self
|
|
-- @param #cc.ActionInterval action
|
|
-- @return ActionInterval#ActionInterval ret (return value: cc.ActionInterval)
|
|
|
|
return nil
|