@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
Parameter | Type |
---|---|
t | number |
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.