Skip to content

Commit 15b3bca

Browse files
committed
Speed up the animation by 2x
1 parent 30b8e3e commit 15b3bca

File tree

1 file changed

+9
-9
lines changed
  • src/components/index-page/what-is-graphql

1 file changed

+9
-9
lines changed

src/components/index-page/what-is-graphql/wires.tsx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -255,15 +255,15 @@ function SVGDefinitions() {
255255
<animate
256256
attributeName="offset"
257257
values="-2.562;1.438;-2.562"
258-
dur="10s"
258+
dur="5s"
259259
repeatCount="indefinite"
260260
/>
261261
</stop>
262262
<stop stopColor="hsl(var(--color-neu-700))">
263263
<animate
264264
attributeName="offset"
265265
values="-1.562;2.438;-1.562"
266-
dur="10s"
266+
dur="5s"
267267
repeatCount="indefinite"
268268
/>
269269
</stop>
@@ -274,7 +274,7 @@ function SVGDefinitions() {
274274
<animate
275275
attributeName="offset"
276276
values="-0.562;3.438;-0.562"
277-
dur="10s"
277+
dur="5s"
278278
repeatCount="indefinite"
279279
/>
280280
</stop>
@@ -329,7 +329,7 @@ function SVGDefinitions() {
329329
<animate
330330
attributeName="offset"
331331
values="-2.562;1.438;-2.562"
332-
dur="10s"
332+
dur="5s"
333333
repeatCount="indefinite"
334334
/>
335335
</stop>
@@ -340,7 +340,7 @@ function SVGDefinitions() {
340340
<animate
341341
attributeName="offset"
342342
values="-1.562;2.438;-1.562"
343-
dur="10s"
343+
dur="5s"
344344
repeatCount="indefinite"
345345
/>
346346
</stop>
@@ -351,7 +351,7 @@ function SVGDefinitions() {
351351
<animate
352352
attributeName="offset"
353353
values="-0.562;3.438;-0.562"
354-
dur="10s"
354+
dur="5s"
355355
repeatCount="indefinite"
356356
/>
357357
</stop>
@@ -376,7 +376,7 @@ function SVGDefinitions() {
376376
<animate
377377
attributeName="offset"
378378
values="-2.562;1.438;-2.562"
379-
dur="10s"
379+
dur="5s"
380380
repeatCount="indefinite"
381381
/>
382382
</stop>
@@ -387,7 +387,7 @@ function SVGDefinitions() {
387387
<animate
388388
attributeName="offset"
389389
values="-1.562;2.438;-1.562"
390-
dur="10s"
390+
dur="5s"
391391
repeatCount="indefinite"
392392
/>
393393
</stop>
@@ -398,7 +398,7 @@ function SVGDefinitions() {
398398
<animate
399399
attributeName="offset"
400400
values="-0.562;3.438;-0.562"
401-
dur="10s"
401+
dur="5s"
402402
repeatCount="indefinite"
403403
/>
404404
</stop>

0 commit comments

Comments
 (0)