File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed
packages/core/src/__snapshots__ Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change 11// Jest Snapshot v1, https://goo.gl/fbAQLP
22
3- exports [` SpringValue can animate from 0 to 1 with linear easing 1` ] = `
3+ exports [` SpringValue can animate a number 1` ] = `
44Array [
55 0.09999999999999999,
66 0.19999999999999998,
@@ -15,3 +15,21 @@ Array [
1515 1,
1616]
1717` ;
18+
19+ exports [` SpringValue can animate a string 1` ] = `
20+ Array [
21+ "0.9999999999999999px 1.9999999999999998px",
22+ "1.9999999999999998px 3.9999999999999996px",
23+ "3px 6px",
24+ "3.9999999999999996px 7.999999999999999px",
25+ "5px 10px",
26+ "6px 12px",
27+ "7.000000000000001px 14.000000000000002px",
28+ "7.999999999999999px 15.999999999999998px",
29+ "9px 18px",
30+ "9.999999999999998px 19.999999999999996px",
31+ "10px 20px",
32+ ]
33+ ` ;
34+
35+ exports [` SpringValue can animate an array of numbers 1` ] = ` Array []` ;
You can’t perform that action at this time.
0 commit comments