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