TabAnimationSettings
23 Sep 20251 minute to read
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’ }