@@ -75,6 +75,22 @@ Array [
75
75
]
76
76
` ;
77
77
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
+
78
94
exports [` SpringValue the "loop" prop can be combined with the "reverse" prop 1` ] = `
79
95
Array [
80
96
0.33334,
@@ -277,37 +293,3 @@ Array [
277
293
0.022634843307857987,
278
294
]
279
295
` ;
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