UNPKG
f1
Version:
latest (8.0.0)
8.0.0
7.1.1
7.1.0
7.0.2
7.0.1
7.0.0
6.3.4
6.3.3
6.3.2
6.3.1
6.3.0
6.2.1
6.2.0
6.1.4
6.1.3
6.1.2
6.1.1
6.1.0
6.0.0
5.2.3
5.2.2
5.2.1
5.2.0
5.1.2
5.1.1
5.1.0
5.0.1
5.0.0
4.0.2
4.0.1
4.0.0
3.3.4
3.3.3
3.3.2
3.3.1
3.3.0
3.2.1
3.2.0
3.1.0
3.0.3
3.0.1
3.0.0
2.0.0
1.0.3
1.0.1
1.0.0
A stateful ui library
github.com/jam3/f1
jam3/f1
f1
/
test
/
advancedAnimation
/
expectedStates.js
22 lines
•
297 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module.exports
= [ [ {
"item"
: {
"delayedValue"
:
0
,
"easedValue"
:
0
,
"durationValue"
:
0
} },
"out"
], [ {
"item"
: {
"delayedValue"
:
100
,
"easedValue"
:
100
,
"durationValue"
:
100
} },
"idle"
] ]
;