--------------------------------
-- @module TransitionPageTurn
-- @extend TransitionScene
-- @parent_module cc

--------------------------------
-- 
-- @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.<br>
-- If back is true then the effect is reversed to appear as if the incoming <br>
-- scene is being turned from left over the outgoing scene.
-- @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.<br>
-- If back is true then the effect is reversed to appear as if the incoming<br>
-- scene is being turned from left over the outgoing scene.
-- @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 nil