AngularTS
Preparing search index...
AnimationContext
Interface AnimationContext
interface
AnimationContext
{
addClass
?:
string
;
className
?:
string
;
from
?:
Record
<
string
,
string
|
number
>
;
phase
:
AnimationPhase
;
removeClass
?:
string
;
signal
:
AbortSignal
;
to
?:
Record
<
string
,
string
|
number
>
;
}
Index
Properties
add
Class?
class
Name?
from?
phase
remove
Class?
signal
to?
Properties
Optional
add
Class
addClass
?:
string
Optional
class
Name
className
?:
string
Optional
from
from
?:
Record
<
string
,
string
|
number
>
phase
phase
:
AnimationPhase
Optional
remove
Class
removeClass
?:
string
signal
signal
:
AbortSignal
Optional
to
to
?:
Record
<
string
,
string
|
number
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
add
Class
class
Name
from
phase
remove
Class
signal
to
AngularTS
Loading...