diff --git a/src/tabs/TabsContent.tsx b/src/tabs/TabsContent.tsx index 66b9a633c..1b2ed8105 100644 --- a/src/tabs/TabsContent.tsx +++ b/src/tabs/TabsContent.tsx @@ -39,6 +39,7 @@ export default createComponent({ ref={swipeRef} loop={false} class={bem('track')} + duration={props.duration} touchable={props.swipeable} lazyRender={props.lazyRender} showIndicators={false}