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
/
utils.d.ts
3 lines
(2 loc)
•
141 B
TypeScript
View Raw
1
2
3
export
declare
function
transformAxis
(
axis
:
'x'
|
'y'
,
name
:
string
):
(
letter
:
string
) =>
string
;
export
declare
const
DEFAULT_TIMING
=
1
;