Skip to content

Commit ff97155

Browse files
committed
chore: update test snapshots
1 parent fbcff74 commit ff97155

File tree

1 file changed

+16
-34
lines changed

1 file changed

+16
-34
lines changed

packages/core/src/__snapshots__/SpringValue.test.ts.snap

Lines changed: 16 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,22 @@ Array [
7575
]
7676
`;
7777

78+
exports[`SpringValue can have an animated string as its target 1`] = `
79+
Array [
80+
"rgba(255, 255, 0, 1)",
81+
"rgba(255, 229, 0, 1)",
82+
"rgba(255, 204, 0, 1)",
83+
"rgba(255, 178, 0, 1)",
84+
"rgba(255, 153, 0, 1)",
85+
"rgba(255, 127, 0, 1)",
86+
"rgba(255, 102, 0, 1)",
87+
"rgba(255, 76, 0, 1)",
88+
"rgba(255, 51, 0, 1)",
89+
"rgba(255, 25, 0, 1)",
90+
"red",
91+
]
92+
`;
93+
7894
exports[`SpringValue the "loop" prop can be combined with the "reverse" prop 1`] = `
7995
Array [
8096
0.33334,
@@ -277,37 +293,3 @@ Array [
277293
0.022634843307857987,
278294
]
279295
`;
280-
281-
exports[`SpringValue when our target is an Interpolation when animating a string animates as expected 1`] = `
282-
Array [
283-
"rgba(255, 170, 0, 1)",
284-
"rgba(255, 85, 0, 1)",
285-
"red",
286-
"rgba(255, 85, 0, 1)",
287-
"rgba(255, 170, 0, 1)",
288-
"yellow",
289-
"rgba(255, 170, 0, 1)",
290-
"rgba(255, 85, 0, 1)",
291-
"red",
292-
"rgba(255, 85, 0, 1)",
293-
"rgba(255, 170, 0, 1)",
294-
"yellow",
295-
]
296-
`;
297-
298-
exports[`SpringValue when our target is another SpringValue when animating a string animates as expected 1`] = `
299-
Array [
300-
"rgba(255, 170, 0, 1)",
301-
"rgba(255, 85, 0, 1)",
302-
"red",
303-
"rgba(255, 85, 0, 1)",
304-
"rgba(255, 170, 0, 1)",
305-
"yellow",
306-
"rgba(255, 170, 0, 1)",
307-
"rgba(255, 85, 0, 1)",
308-
"red",
309-
"rgba(255, 85, 0, 1)",
310-
"rgba(255, 170, 0, 1)",
311-
"yellow",
312-
]
313-
`;

0 commit comments

Comments
 (0)