UNPKG
ngx-teximate
Version:
latest (0.3.0)
0.3.0
0.2.1
0.2.0
0.1.0
Angular text animations component
github.com/MurhafSousli/ngx-teximate
MurhafSousli/ngx-teximate
ngx-teximate
/
lib
/
teximate.model.d.ts
9 lines
(8 loc)
•
257 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
AnimationReferenceMetadata
}
from
'@angular/animations'
;
export
interface
TextAnimation
{
id
?:
string
;
delay
?:
number
;
isEnter
?:
boolean
;
type
?:
'paragraph'
|
'word'
|
'letter'
;
animation
?:
AnimationReferenceMetadata
; }