UNPKG
actuate
Version:
latest (1.9.0)
1.9.0
1.8.9-beta
1.8.8
1.8.8-beta
1.8.7-alpha.5
1.8.7-alpha.4
1.8.7-alpha.3
1.8.7-alpha.2
1.8.7-alpha
0.0.3
0.0.2
Actuate is a flexible, fast "tween" library for animations
github.com/openfl/actuate
openfl/actuate
actuate
/
lib
/
motion
/
index.d.ts
6 lines
(4 loc)
•
167 B
TypeScript
View Raw
1
2
3
4
5
6
export
*
from
"./actuators"
;
export
*
from
"./easing"
;
export
{
default
as
Actuate
,
default
}
from
"./Actuate"
;
export
{
default
as
MotionPath
}
from
"./MotionPath"
;