Added in API level 21

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

Added in API level 21
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

Added in API level 21
static val fade: Int

A transition that fades views in and out.

Value: 17760258

move

Added in API level 21
static val move: Int

A transition that moves and resizes a view

Value: 17760257

no_transition

Added in API level 21
static val no_transition: Int

Used for Activity Transitions, this transition indicates that no Transition should be used.

Value: 17760256

slide_bottom

Added in API level 21
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

Added in API level 21
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

Added in API level 21
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

Added in API level 21
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()