transition
class transition
kotlin.Any | |
↳ | android.R.transition |
Summary
Constants | |
---|---|
static Int |
A transition that moves views in or out of the scene to or from the edges when a view visibility changes. |
static Int |
A transition that fades views in and out. |
static Int |
A transition that moves and resizes a view |
static Int |
Used for Activity Transitions, this transition indicates that no Transition should be used. |
static Int |
A transition that moves views in or out of the scene to or from the bottom edge when a view visibility changes. |
static Int |
A transition that moves views in or out of the scene to or from the left edge when a view visibility changes. |
static Int |
A transition that moves views in or out of the scene to or from the right edge when a view visibility changes. |
static Int |
A transition that moves views in or out of the scene to or from the top edge when a view visibility changes. |
Public constructors | |
---|---|
Constants
explode
static val explode: Int
A transition that moves views in or out of the scene to or from the edges when a view visibility changes.
Value: 17760259
fade
static val fade: Int
A transition that fades views in and out.
Value: 17760258
move
static val move: Int
A transition that moves and resizes a view
Value: 17760257
no_transition
static val no_transition: Int
Used for Activity Transitions, this transition indicates that no Transition should be used.
Value: 17760256
slide_bottom
static val slide_bottom: Int
A transition that moves views in or out of the scene to or from the bottom edge when a view visibility changes.
Value: 17760260
slide_left
static val slide_left: Int
A transition that moves views in or out of the scene to or from the left edge when a view visibility changes.
Value: 17760263
slide_right
static val slide_right: Int
A transition that moves views in or out of the scene to or from the right edge when a view visibility changes.
Value: 17760262
slide_top
static val slide_top: Int
A transition that moves views in or out of the scene to or from the top edge when a view visibility changes.
Value: 17760261
Public constructors
transition
transition()