forked from aparoksha/adwaita-swift
26 lines
254 B
Markdown
26 lines
254 B
Markdown
**ENUM**
|
|
|
|
# `Transition`
|
|
|
|
A transition for a stack.
|
|
|
|
## Cases
|
|
### `none`
|
|
|
|
### `crossfade`
|
|
|
|
### `slideRight`
|
|
|
|
### `coverUp`
|
|
|
|
### `uncoverUp`
|
|
|
|
### `coverUpDown`
|
|
|
|
### `rotateLeft`
|
|
|
|
## Properties
|
|
### `cTransition`
|
|
|
|
Get the GtkStackTransitionType transition.
|