animation Static
animation: { easing: (k: number) => number, time: { fast: BeDuration, normal: BeDuration, slow: BeDuration, wheel: BeDuration }, zoomOut: { durationFactor: number, enable: boolean, heights: number[], interpolation: (v: any, k: number) => number, margin: number, positions: number[] } } = ...
Settings that may be adjusted to control the way animations are applied to a ScreenViewport by methods like ScreenViewport.changeView and [[synchWithView].
Defined in
- core/frontend/src/Viewport.ts Line 2833
Last Updated: 20 June, 2023