@novorender/web_app / FlyToParams
Interface: FlyToParams
Camera fly-to transition/animation parameter
Properties
begin
readonly begin: Orientation;
The transition start camera orientation.
Defined in
@novorender/web_app/controller/base.ts:313
easeFunction()
readonly easeFunction: (t) => number;
Parameters
Parameter | Type |
---|---|
t | number |
Returns
number
Defined in
@novorender/web_app/controller/base.ts:316
end
readonly end: Orientation;
The transition end camera orientation.
Defined in
@novorender/web_app/controller/base.ts:315
totalFlightTime
readonly totalFlightTime: number;
Total flight time in milliseconds.