Skip to main content

interface.FlyToParams

API > FlyToParams

Interface: FlyToParams

Camera fly-to transition/animation parameter

Properties

begin

readonly begin: Orientation

The transition start camera orientation.

Source

@novorender/web_app/controller/base.ts:309


easeFunction

readonly easeFunction: (t) => number

Parameters

ParameterType
tnumber

Returns

number

Source

@novorender/web_app/controller/base.ts:312


end

readonly end: Orientation

The transition end camera orientation.

Source

@novorender/web_app/controller/base.ts:311


totalFlightTime

readonly totalFlightTime: number

Total flight time in milliseconds.

Source

@novorender/web_app/controller/base.ts:307