|
15 | 15 | to: 'path("M0 300H 700 Z") 600px 900deg', |
16 | 16 | method: 'CSS Transitions', |
17 | 17 | }, [ |
18 | | - {at: -0.3, expect: 'path("M0 200H 700") 470px 770deg'}, |
19 | | - {at: 0, expect: 'path("M0 200H 700") 500px 800deg'}, |
20 | | - {at: 0.3, expect: 'path("M0 200H 700") 530px 830deg'}, |
| 18 | + {at: -0.3, expect: 'path("M0 300H 700 Z") 470px 770deg'}, |
| 19 | + {at: 0, expect: 'path("M0 300H 700 Z") 500px 800deg'}, |
| 20 | + {at: 0.3, expect: 'path("M0 300H 700 Z") 530px 830deg'}, |
21 | 21 | {at: 0.6, expect: 'path("M0 300H 700 Z") 560px 860deg'}, |
22 | 22 | {at: 1, expect: 'path("M0 300H 700 Z") 600px 900deg'}, |
23 | 23 | {at: 1.5, expect: 'path("M0 300H 700 Z") 650px 950deg'}, |
|
29 | 29 | to: 'path("M0 0H 300") 600px 0deg', |
30 | 30 | method: 'CSS Transitions', |
31 | 31 | }, [ |
32 | | - {at: -0.3, expect: 'path("M0 0H 170") 470px auto 0deg'}, |
33 | | - {at: 0, expect: 'path("M0 0H 200") 500px auto 0deg'}, |
34 | | - {at: 0.3, expect: 'path("M0 0H 230") 530px auto 0deg'}, |
| 32 | + {at: -0.3, expect: 'path("M0 0H 170") 470px 0deg'}, |
| 33 | + {at: 0, expect: 'path("M0 0H 200") 500px 0deg'}, |
| 34 | + {at: 0.3, expect: 'path("M0 0H 230") 530px 0deg'}, |
35 | 35 | {at: 0.6, expect: 'path("M0 0H 260") 560px 0deg'}, |
36 | 36 | {at: 1, expect: 'path("M0 0H 300") 600px 0deg'}, |
37 | 37 | {at: 1.5, expect: 'path("M0 0H 350") 650px 0deg'}, |
|
0 commit comments