TransitionOptions
Index
Properties
optionalblockInput
optionaldirection
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
Transition duration in milliseconds
optionaleasing
Optionally specify a easing function, by default linear
optionalhideLoader
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
Optionally blocks user input during a transition
Default false