Transition

data class Transition(val style: Transition.Style, val speed: Transition.Speed = Speed.DEFAULT)

An animated transition between two slides.

Parameters

style

transition type

speed

speed of the transition

Constructors

Link copied to clipboard
constructor(style: Transition.Style, speed: Transition.Speed = Speed.DEFAULT)

Types

Link copied to clipboard

Transition speeds.

Link copied to clipboard

Transition types.

Properties

Link copied to clipboard
Link copied to clipboard