2 PASS delay of a new animation
3 PASS Negative delay of a new animation
4 PASS Positive delay of a new animation
5 PASS endDelay of a new animation
6 PASS fill of a new animation
7 PASS iterationStart of a new animation
8 PASS iterations of a new animation
9 PASS iterations of a finitely repeating animation
10 PASS iterations of an infinitely repeating animation
11 PASS duration of a new animation
12 PASS direction of a new animation
13 PASS easing of a new animation
14 PASS endTime of an new animation
15 PASS endTime of an animation with a negative delay
16 PASS endTime of an infinitely repeating animation
17 PASS endTime of an infinitely repeating zero-duration animation
18 PASS endTime of an animation that finishes before its startTime
19 PASS activeDuration of a new animation
20 PASS activeDuration of an infinitely repeating animation
21 PASS activeDuration of an infinitely repeating zero-duration animation
22 PASS activeDuration of an animation with zero iterations
23 PASS localTime of a new animation
24 PASS localTime of an animation is always equal to currentTime
25 PASS localTime reflects playbackRate immediately
26 PASS localTime of an AnimationEffect without an Animation
27 PASS progress of an animation with different fill modes
28 PASS progress of an integral repeating animation with normal direction
29 PASS progress of an infinitely repeating zero-duration animation
30 PASS progress of a finitely repeating zero-duration animation
31 PASS progress of a non-integral repeating zero-duration animation
32 PASS Progress of a non-integral repeating zero-duration animation with reversing direction
33 PASS progress of a non-integral repeating animation with alternate direction
34 PASS progress of a non-integral repeating animation with alternate-reversing direction
35 PASS progress of a non-integral repeating zero-duration animation with alternate direction
36 PASS progress of a non-integral repeating zero-duration animation with alternate-reverse direction
37 PASS currentIteration of a new animation with no backwards fill is unresolved in before phase
38 PASS currentIteration of a new animation is zero
39 PASS currentIteration of an infinitely repeating zero-duration animation
40 PASS currentIteration of a finitely repeating zero-duration animation
41 PASS currentIteration of an animation with a non-integral iteration count
42 PASS currentIteration of an animation with an integral iteration count
43 PASS currentIteration of an animation with a default iteration count
44 PASS currentIteration of an AnimationEffect without an Animation