Platforms to show: All Mac Windows Linux Cross-Platform
CGSTransitionRequestMBS class Deprecated
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| class | CoreGraphics | MBS MacCG Plugin | 7.4 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop, Console & Web |
This item is deprecated and should no longer be used.
A class for a transition request to the CoreGraphics System.
Requires Mac OS X 10.4.
All functions used by the CGS classes are private APIs, so Apple does not guarantee that they work in future Mac OS X versions.
- 8 properties
- property Blue as Single
- property Green as Single
- property HasBackColor as Boolean
- property HasBackGround as Boolean
- property Red as Single
- property TransitionOption as Integer
- property TransitionType as Integer
- property Win as CGSWindowMBS
- method Run(duration as single) as boolean
- 26 constants
Constants
| Constant | Value | Description |
|---|---|---|
| CGSBottomLeft | 5 | CGSSwap: Old desktop moves to bottom left, new comes from top right. |
| CGSBottomRight | 6 | Old desktop to bottom right, New from top left. |
| CGSCube | 7 | The well-known cube effect. |
| CGSDown | 0 | Old desktop moves down. |
| CGSDownTopRight | 7 | CGSSwap: Old desktop moves down, new from top right. |
| CGSFade | 1 | Cross-fade effect. |
| CGSFlip | 9 | The flip transition effect. (like Dashboard) Example |
| CGSInBottom | 12 | CGSSwap: old in, new from bottom. |
| CGSInBottomRight | 15 | CGSSwap: onl one in, new from bottom right. |
| CGSInOut | 16 | CGSSwap: old in, new out. |
| CGSInRight | 3 | CGSSwap: Old desktop moves into screen, new comes from right. |
| CGSLeft | 1 | Old desktop moves left. |
| CGSLeftBottomRight | 13 | CGSSwap: old one moves left, new from bottom right. |
| CGSNone | 0 | No transition effect. |
| CGSReveal | 3 | Reveal new desktop under old. |
| CGSRight | 2 | Old desktop moves right. Example |
| CGSRightBottomLeft | 14 | CGSSwap: old one moves right, new from bottom left. |
| CGSSlide | 4 | Slide old out and new in. Example |
| CGSSwap | 6 | Swap desktops over graphically. |
| CGSTopLeft | 9 | Old desktop moves top left. |
| CGSTopRight | 10 | CGSSwap: old to top right. new from bottom left. |
| CGSUp | 8 | Old desktop moves up. |
| CGSUpBottomRight | 11 | CGSSwap: old desktop up, new from bottom right. |
| CGSWarpFade | 5 | Warp old and fade out revealing new. Example |
| CGSWarpSwitch | 8 | Warp old, switch and un-warp. Example |
| CGSZoom | 2 | Zoom/fade towards us. |
This class has no sub classes.
Blog Entries
Release notes
- Version 23.3
- Deprecated CGSTransitionMBS and CGSTransitionRequestMBS classes.
Some methods using this class:
- CGSConnectionMBS.NewTransition(request as CGSTransitionRequestMBS) as CGSTransitionMBS
- CGSConnectionMBS.RunTransition(request as CGSTransitionRequestMBS, duration as single)
Some examples using this class:
Some related classes:
The items on this page are in the following plugins: MBS MacCG Plugin.
CGSTransitionMBS - CGSValueMBS