2014-03-10 14:04:58 +08:00
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @module TransitionSlideInB
|
2014-03-20 10:21:28 +08:00
|
|
|
-- @extend TransitionSlideInL
|
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 A autoreleased TransitionSlideInB object.
|
2014-03-10 14:04:58 +08:00
|
|
|
-- @function [parent=#TransitionSlideInB] 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 TransitionSlideInB#TransitionSlideInB ret (return value: cc.TransitionSlideInB)
|
|
|
|
|
2015-03-17 14:28:14 +08:00
|
|
|
--------------------------------
|
|
|
|
-- returns the action that will be performed by the incoming and outgoing scene
|
|
|
|
-- @function [parent=#TransitionSlideInB] action
|
|
|
|
-- @param self
|
|
|
|
-- @return ActionInterval#ActionInterval ret (return value: cc.ActionInterval)
|
|
|
|
|
2015-05-05 11:31:53 +08:00
|
|
|
--------------------------------
|
|
|
|
--
|
|
|
|
-- @function [parent=#TransitionSlideInB] TransitionSlideInB
|
|
|
|
-- @param self
|
|
|
|
-- @return TransitionSlideInB#TransitionSlideInB self (return value: cc.TransitionSlideInB)
|
|
|
|
|
2014-03-10 14:04:58 +08:00
|
|
|
return nil
|