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
-`.duration(duration: number)` sets length of the animation (in milliseconds). Defaults to '300'.
192
+
-`.duration(duration: number)` sets length of the animation (in milliseconds). Defaults to '500'.
193
193
-`.delay(durationMs: number)` is the delay before the animation starts (in milliseconds). Defaults to `0`.
194
194
-`.reduceMotion(reduceMotion: ReduceMotion)` determines how the animation responds to the device's reduced motion accessibility setting.
195
195
-`.withCallback(callback: (finished: boolean) => void)` is the callback that will fire after the animation ends. Sets `finished` to `true` when animation ends without interruptions, and `false` otherwise.
0 commit comments