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
{{ message }}
This repository was archived by the owner on Nov 27, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -283,6 +283,22 @@ Callback which is called when the swipe gesture starts, i.e. the user touches th
283
283
284
284
Callback which is called when the swipe gesture ends, i.e. the user lifts their finger from the screen after the swipe gesture.
285
285
286
+
##### `timingConfig`
287
+
288
+
Configuration object for the timing animation which occurs when tapping on tabs. Supported properties are:
289
+
290
+
-`duration` (`number`)
291
+
292
+
##### `springConfig`
293
+
294
+
Configuration object for the spring animation which occurs after swiping. Supported properties are:
295
+
296
+
-`damping` (`number`)
297
+
-`mass` (`number`)
298
+
-`stiffness` (`number`)
299
+
-`restSpeedThreshold` (`number`)
300
+
-`restDisplacementThreshold` (`number`)
301
+
286
302
##### `initialLayout`
287
303
288
304
Object containing the initial height and width of the screens. Passing this will improve the initial rendering performance. For most apps, this is a good default:
0 commit comments