UNPKG
ngx-animate
Version:
latest (1.0.1)
1.0.1
1.0.0
A very cool Angular animation library.
github.com/mygu/ngx-animate
mygu/ngx-animate
ngx-animate
/
lib
/
lightSpeed.d.ts
4 lines
(3 loc)
•
196 B
TypeScript
View Raw
1
2
3
4
import
{
AnimationReferenceMetadata
}
from
'@angular/animations'
;
export
declare
const
lightSpeedIn
:
AnimationReferenceMetadata
;
export
declare
const
lightSpeedOut
:
AnimationReferenceMetadata
;