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 changeView and [[synchWithView].
Defined in
- core/frontend/src/Viewport.ts Line 3005
Last Updated: 21 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.