Search results

TabAnimationSettings API in JavaScript Tabs API control

Objects used for configuring the Tab animation properties.

Properties

next

TabActionSettingsModel

Specifies the animation to appear while moving to next Tab content.

Defaults to { effect: ‘SlideRightIn’, duration: 600, easing: ‘ease’ }

previous

TabActionSettingsModel

Specifies the animation to appear while moving to previous Tab content.

Defaults to { effect: ‘SlideLeftIn’, duration: 600, easing: ‘ease’ }