Skip to main content

TransitionOptions

Index

Properties

optionalblockInput

blockInput?: boolean

Optionally blocks user input during a transition

Default false

optionaldirection

direction?: in | out

Optionally specify a transition direction, by default 'out'

  • For 'in' direction transitions start at 1 and complete is at 0
  • For 'out' direction transitions start at 0 and complete is at 1

duration

duration: number

Transition duration in milliseconds

optionaleasing

Optionally specify a easing function, by default linear

optionalhideLoader

hideLoader?: boolean

Optionally hides the loader during the transition

If either the out or in transition have this set to true, then the loader will be hidden.

Default false