2014-03-10 14:04:58 +08:00
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @module TransitionProgressInOut
|
2014-03-20 10:21:28 +08:00
|
|
|
-- @extend TransitionProgress
|
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
|
|
|
--------------------------------
|
2015-03-23 16:29:35 +08:00
|
|
|
-- Creates a transition with duration and incoming scene.<br>
|
|
|
|
-- param t Duration time, in seconds.<br>
|
|
|
|
-- param scene A given scene.<br>
|
|
|
|
-- return An autoreleased TransitionProgressInOut object.
|
2014-03-10 14:04:58 +08:00
|
|
|
-- @function [parent=#TransitionProgressInOut] create
|
|
|
|
-- @param self
|
2014-09-02 13:45:07 +08:00
|
|
|
-- @param #float t
|
2014-03-10 14:04:58 +08:00
|
|
|
-- @param #cc.Scene scene
|
|
|
|
-- @return TransitionProgressInOut#TransitionProgressInOut ret (return value: cc.TransitionProgressInOut)
|
|
|
|
|
2015-05-05 11:31:53 +08:00
|
|
|
--------------------------------
|
|
|
|
-- js ctor
|
|
|
|
-- @function [parent=#TransitionProgressInOut] TransitionProgressInOut
|
|
|
|
-- @param self
|
|
|
|
-- @return TransitionProgressInOut#TransitionProgressInOut self (return value: cc.TransitionProgressInOut)
|
|
|
|
|
2014-03-10 14:04:58 +08:00
|
|
|
return nil
|