TabAnimationSettingsModel

Interface representing animation settings for tab transitions.

Properties

next TabActionSettingsModel

Specifies the animation to appear while moving to the next tab.

Default: { effect: 'SlideRightIn', duration: 600, easing: 'ease' }

previous TabActionSettingsModel

Specifies the animation to appear while moving to the previous tab.

Default: { effect: 'SlideLeftIn', duration: 600, easing: 'ease' }

On This Page