Skip to content

Commit 7f071f8

Browse files
correct skewY
1 parent c044fa3 commit 7f071f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Circle6.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ export default {
429429
97.777778% { transform: matrix3d(1, 0, 0, 0, 0.49858, 0.00036, 0, 0, 0, 0, 1, 0, -25, 0, 0, 1); }
430430
98.518519% { transform: matrix3d(1, 0, 0, 0, 0.49858, 0.00019, 0, 0, 0, 0, 1, 0, -25, 0, 0, 1); }
431431
99.259259% { transform: matrix3d(1, 0, 0, 0, 0.49858, 0.0001, 0, 0, 0, 0, 1, 0, -25, 0, 0, 1); }
432-
100% { transform: scaleY(0) skewX(26.5px); }
432+
100% { transform: scaleY(0) skewX(26.5deg); }
433433
}
434434
435435
/* Generated with Bounce.js. Edit at http://goo.gl/taI49K */
@@ -504,7 +504,7 @@ export default {
504504
97.777778% { transform: matrix3d(1, 0, 0, 0, -0.49858, 0.00036, 0, 0, 0, 0, 1, 0, 25, 0, 0, 1); }
505505
98.518519% { transform: matrix3d(1, 0, 0, 0, -0.49858, 0.00019, 0, 0, 0, 0, 1, 0, 25, 0, 0, 1); }
506506
99.259259% { transform: matrix3d(1, 0, 0, 0, -0.49858, 0.0001, 0, 0, 0, 0, 1, 0, 25, 0, 0, 1); }
507-
100% { transform: scaleY(0) skewX(-26.5px); }
507+
100% { transform: scaleY(0) skewX(-26.5deg); }
508508
}
509509
.spinner {
510510
animation: circle-6-rotateAll 4.5s linear infinite both;

0 commit comments

Comments
 (0)