PowerHorse Engine
Preparing search index...
@mekstuff-rbxts/vivid
WithTransitionDef
Type Alias WithTransitionDef<T>
type
WithTransitionDef
<
T
=
unknown
>
=
{
_damping
?:
number
;
_defaultValue
?:
T
;
_frequency
?:
number
;
_initialValue
?:
T
;
_isWithTransition
:
true
;
_targetValue
:
T
;
}
Type Parameters
T
=
unknown
Index
Properties
_
damping?
_
default
Value?
_
frequency?
_
initial
Value?
_
is
With
Transition
_
target
Value
Properties
Optional
_
damping
_damping
?:
number
Optional
_
default
Value
_defaultValue
?:
T
Optional
_
frequency
_frequency
?:
number
Optional
_
initial
Value
_initialValue
?:
T
_
is
With
Transition
_isWithTransition
:
true
_
target
Value
_targetValue
:
T
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
_
damping
_
default
Value
_
frequency
_
initial
Value
_
is
With
Transition
_
target
Value
PowerHorse Engine
Loading...