ecspresso
Preparing search index...
plugins/tween
TypedTweenSequenceStepInput
Interface TypedTweenSequenceStepInput<C>
interface
TypedTweenSequenceStepInput
<
C
extends
Record
<
string
,
any
>
>
{
duration
:
number
;
easing
?:
EasingFn
;
targets
:
readonly
TypedTweenTargetInput
<
C
>
[]
;
}
Type Parameters
C
extends
Record
<
string
,
any
>
Index
Properties
duration
easing?
targets
Properties
duration
duration
:
number
Optional
easing
easing
?:
EasingFn
targets
targets
:
readonly
TypedTweenTargetInput
<
C
>
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
duration
easing
targets
ecspresso
Loading...