We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9f15f7 commit 9a729c2Copy full SHA for 9a729c2
src/utils/map-state.d.ts
@@ -15,7 +15,7 @@ export type ViewportProps = Partial<{
15
minZoom: number,
16
maxPitch: number,
17
minPitch: number,
18
- transitionDuration: number,
+ transitionDuration: number | 'auto',
19
transitionEasing: (t: number) => number,
20
transitionInterpolator: TransitionInterpolator,
21
transitionInterruption: number
0 commit comments