-
-
Notifications
You must be signed in to change notification settings - Fork 10
Home
TheMaverickProgrammer edited this page Oct 11, 2020
·
24 revisions
Here is a list of all the segue effects that come with the library:
- BlendFadeIn
- Checkerboard
- SlideIn*
- PushIn*
- SwipeIn*
- ZoomIn
- ZoomOut
- HorizontalSlice
- VerticalSlice
- HorizontalOpen
- VerticalOpen
- PageTurn
- WhiteWashFade
- BlackWashFade
- PixelateBlackWashFade -- as seen in super mario games
- BlurFadeIn
- DiamondTileSwipe*
- DiamondTileCircle
- CircleOpen
- CircleClose
- Cube3D*
- RadialCCW
- Morph
- CrossZoom
- ZoomFadeIn
- ZoomFadeInBounce
- RetroBlit
- Dream
The (*) denotes directional transitions that move from one side of the screen to the other.
The user must designate the direction using the enum types::direction
as a template argument.
Want to see what else comes with Swoosh? Lots.
- Visit the namespaces article.
Want to embed GLSL into your segue effects? Easy!
- Visit the GLSL embed article.
Want to embed textures directly into your segue source file?
- Visit the texture embed article.