You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`initialPage`| Index of initial page that should be selected | both |
148
148
|`scrollEnabled: boolean`| Should pager view scroll, when scroll enabled | both |
149
-
|`onPageScroll: (e: PageScrollEvent) => void`| Executed when transitioning between pages (ether because the animation for the requested page has changed or when the user is swiping/dragging between pages) | both |
149
+
|`onPageScroll: (e: PageScrollEvent) => void`| Executed when transitioning between pages (either because the animation for the requested page has changed or when the user is swiping/dragging between pages) | both |
150
150
|`onPageScrollStateChanged: (e: PageScrollStateChangedEvent) => void`| Function called when the page scrolling state has changed | both |
151
151
|`onPageSelected: (e: PageSelectedEvent) => void`| This callback will be called once the ViewPager finishes navigating to the selected page | both |
152
152
|`pageMargin: number`| Blank space to be shown between pages | both |
0 commit comments