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
/
easing
/
IEasing.d.ts
17 lines
(7 loc)
•
241 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
declare
namespace
motion
.
easing
{
export
class
IEasing
{
// private function calculate (k:Float):Float;
// private function ease (t:Float, b:Float, c:Float, d:Float):Float;
} }
export
default
motion.
easing
.
IEasing
;