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
/
Quart.d.ts
21 lines
(9 loc)
•
280 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
import
IEasing
from
"./IEasing"
;
declare
namespace
motion
.
easing
{
export
class
Quart
{
public
static
readonly
easeIn
:
IEasing
;
public
static
readonly
easeInOut
:
IEasing
;
public
static
readonly
easeOut
:
IEasing
; } }
export
default
motion.
easing
.
Quart
;