--------------------------------
-- @module TransitionPageTurn
-- @extend TransitionScene
-- @parent_module cc
--------------------------------
-- Returns the action that will be performed with size.
-- param vector A given size.
-- return The action that will be performed.
-- @function [parent=#TransitionPageTurn] actionWithSize
-- @param self
-- @param #size_table vector
-- @return ActionInterval#ActionInterval ret (return value: cc.ActionInterval)
--------------------------------
-- Creates a base transition with duration and incoming scene.
-- If back is true then the effect is reversed to appear as if the incoming
-- scene is being turned from left over the outgoing scene.
-- param t Duration time, in seconds.
-- param scene A given scene.
-- param backwards If back is true then the effect is reversed to appear as if the incoming scene is being turned from left over the outgoing scene.
-- return True if initialize success.
-- @function [parent=#TransitionPageTurn] initWithDuration
-- @param self
-- @param #float t
-- @param #cc.Scene scene
-- @param #bool backwards
-- @return bool#bool ret (return value: bool)
--------------------------------
-- Creates a base transition with duration and incoming scene.
-- If back is true then the effect is reversed to appear as if the incoming
-- scene is being turned from left over the outgoing scene.
-- param t Duration time, in seconds.
-- param scene A given scene.
-- param backwards If back is true then the effect is reversed to appear as if the incoming scene is being turned from left over the outgoing scene.
-- return An autoreleased TransitionPageTurn object.
-- @function [parent=#TransitionPageTurn] create
-- @param self
-- @param #float t
-- @param #cc.Scene scene
-- @param #bool backwards
-- @return TransitionPageTurn#TransitionPageTurn ret (return value: cc.TransitionPageTurn)
--------------------------------
--
-- @function [parent=#TransitionPageTurn] draw
-- @param self
-- @param #cc.Renderer renderer
-- @param #mat4_table transform
-- @param #unsigned int flags
-- @return TransitionPageTurn#TransitionPageTurn self (return value: cc.TransitionPageTurn)
--------------------------------
-- js ctor
-- @function [parent=#TransitionPageTurn] TransitionPageTurn
-- @param self
-- @return TransitionPageTurn#TransitionPageTurn self (return value: cc.TransitionPageTurn)
return nil