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
/
actuators
/
MethodActuator.d.ts
19 lines
(7 loc)
•
282 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
import
SimpleActuator
from
"./SimpleActuator"
;
declare
namespace
motion
.
actuators
{
export
class
MethodActuator
extends
SimpleActuator
{
public
constructor
(
target
:
any
,
duration
:
number
,
properties
:
any
); } }
export
default
motion.
actuators
.
MethodActuator
;