Preparing search index...
The search index is not available
Angular Signal Generators
Angular Signal Generators
@ddtmm/angular-signal-generators
AnimatedSignal
Interface AnimatedSignal<TVal, TOpt>
interface
AnimatedSignal
<
TVal
,
TOpt
extends
AnimationOptions
>
{
"[SIGNAL]"
:
unknown
;
setOptions
(
options
:
Partial
<
AnimationOptionsWithInterpolator
<
TVal
,
TOpt
>
>
,
)
:
void
;
()
:
TVal
;
}
Type Parameters
TVal
TOpt
extends
AnimationOptions
Hierarchy (
View Summary
)
Signal
<
TVal
>
AnimatedSignal
WritableAnimatedSignal
AnimatedSignal
()
:
TVal
Returns
TVal
Index
Methods
set
Options
Properties
[SIGNAL]
Methods
set
Options
setOptions
(
options
:
Partial
<
AnimationOptionsWithInterpolator
<
TVal
,
TOpt
>
>
)
:
void
Sets the default animation parameters for the signal.
Parameters
options
:
Partial
<
AnimationOptionsWithInterpolator
<
TVal
,
TOpt
>
>
Returns
void
Properties
[SIGNAL]
"[SIGNAL]"
:
unknown
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
set
Options
Properties
[SIGNAL]
Angular Signal Generators
Loading...
Sets the default animation parameters for the signal.