Interface RoyalSliderBlockOptions

Index

Properties

Properties

optional public delay?: number

Delay between each block show up, in ms. (default: 200)

optional public easing?: string

Easing function of block animation.Read more in easing section of docs. (default: 'easeOutSine' )

optional public fadeEffect?: boolean

true or false (default: true)

optional public moveEffect?: string

Move effect direction.Can be 'left', 'right', 'top', 'bottom' or 'none'. (default: 'top')

optional public moveOffset?: number

Distance for move effect in pixels. (default: 20)

optional public speed?: number

Transition speed of block, in ms. (default: 400)