OLD | NEW |
| (Empty) |
1 CONSOLE WARNING: SVG's SMIL animations (<animate>, <set>, etc.) are deprecated a
nd will be removed. Please use CSS animations or Web animations instead. | |
2 | |
3 SVG SMIL: | |
4 PASS: offset from [-2.5] to [7.5] was [-2.5] at 0 | |
5 PASS: offset from [-2.5] to [7.5] was [-0.5] at 0.2 | |
6 PASS: offset from [-2.5] to [7.5] was [3.5] at 0.6 | |
7 PASS: offset from [-2.5] to [7.5] was [7.5] at 1 | |
8 | |
9 Web Animations API: | |
10 PASS: offset from [-2.5] to [7.5] was [-6.5] at -0.4 | |
11 PASS: offset from [-2.5] to [7.5] was [-2.5] at 0 | |
12 PASS: offset from [-2.5] to [7.5] was [-0.5] at 0.2 | |
13 PASS: offset from [-2.5] to [7.5] was [3.5] at 0.6 | |
14 PASS: offset from [-2.5] to [7.5] was [7.5] at 1 | |
15 PASS: offset from [-2.5] to [7.5] was [11.5] at 1.4 | |
16 | |
OLD | NEW |