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:313
easeFunction
readonly
easeFunction: (t
) =>number
Parameters
Parameter | Type |
---|---|
t | number |
Returns
number
Source
@novorender/web_app/controller/base.ts:316
end
readonly
end:Orientation
The transition end camera orientation.
Source
@novorender/web_app/controller/base.ts:315
totalFlightTime
readonly
totalFlightTime:number
Total flight time in milliseconds.