Lens Scripting API
Editor Scripting API
Guide Docs
Preparing search index...
Packages/SpectaclesInteractionKit/Utils/animate
AnimateConfig
Type Alias AnimateConfig
AnimateConfig
:
{
cancelSet
?:
CancelSet
;
delayFrames
?:
number
;
update
:
(
t
:
number
)
=>
void
;
}
&
(
|
{
cancelled
?:
()
=>
void
;
duration
:
number
;
easing
?:
keyof
typeof
easingFunctions
;
end
?:
number
;
ended
?:
()
=>
void
;
start
?:
number
;
}
|
{
cancelled
?:
undefined
;
duration
:
"continuous"
;
easing
?:
"linear"
;
end
?:
undefined
;
ended
?:
undefined
;
start
?:
undefined
;
}
)
Settings
Member Visibility
Inherited
Deprecated
Theme
OS
Light
Dark
Editor Scripting API
Guide Docs
Lens Scripting API
Loading...