API Reference > imodeljs-frontend > Views > ViewAnimationOptions ViewAnimationOptions Interface Options that control how an Viewport animation behaves. Methods Name Description animationFinishedCallback(didComplete: boolean): void Optional Invoked when the animator is finished. Properties Name Type Description animationTime undefined | number Amount of time for animation, in milliseconds. cancelOnAbort undefined | boolean if animation is aborted, don't move to end, leave at current point instead. easingFunction undefined | EasingFunction easing function for animation. Defined in core/frontend/src/ViewAnimation.ts Line 33 Last Updated: 11 June, 2024