-
Cast constructor, converting any binary integer to a
RevealerTransitionType.Declaration
Swift
@inlinable init!<I>(_ raw: I) where I : BinaryIntegerParameters
rawThe raw integer value to initialise the enum from
-
No transition
Declaration
Swift
static let none: GtkRevealerTransitionType -
Fade in
Declaration
Swift
static let crossfade: GtkRevealerTransitionType -
Slide in from the left
Declaration
Swift
static let slideRight: GtkRevealerTransitionType -
Slide in from the right
Declaration
Swift
static let slideLeft: GtkRevealerTransitionType -
Slide in from the bottom
Declaration
Swift
static let slideUp: GtkRevealerTransitionType -
Slide in from the top
Declaration
Swift
static let slideDown: GtkRevealerTransitionType -
Floop in from the left
Declaration
Swift
static let swingRight: GtkRevealerTransitionType -
Floop in from the right
Declaration
Swift
static let swingLeft: GtkRevealerTransitionType -
Floop in from the bottom
Declaration
Swift
static let swingUp: GtkRevealerTransitionType -
Floop in from the top
Declaration
Swift
static let swingDown: GtkRevealerTransitionType
View on GitHub
Install in Dash
RevealerTransitionType Extension Reference