Skip to main content

@novorender/api / FlyToParams

Interface: FlyToParams

Defined in: @novorender/src/web_app/controller/base.ts:335

Camera fly-to transition/animation parameter

Properties

begin

readonly begin: Orientation;

Defined in: @novorender/src/web_app/controller/base.ts:339

The transition start camera orientation.


easeFunction()

readonly easeFunction: (t) => number;

Defined in: @novorender/src/web_app/controller/base.ts:342

Parameters

ParameterType
tnumber

Returns

number


end

readonly end: Orientation;

Defined in: @novorender/src/web_app/controller/base.ts:341

The transition end camera orientation.


totalFlightTime

readonly totalFlightTime: number;

Defined in: @novorender/src/web_app/controller/base.ts:337

Total flight time in milliseconds.