Contents

flipHorizontal(withDuration:)

Creates a transition where the two scenes are flipped across a horizontal line running through the center of the view.

Declaration

class func flipHorizontal(withDuration sec: TimeInterval) -> SKTransition

Parameters

  • sec:

    The duration of the transition.

Return Value

A new transition.

See Also

Creating Transitions