| src/views/home/components/leftContainer.vue | ●●●●● patch | view | raw | blame | history |
src/views/home/components/leftContainer.vue
@@ -1056,19 +1056,19 @@ .mypath { // stroke: #05D380; stroke-width: 2; stroke-dasharray: 20, 10, 5, 5, 5, 10; stroke-dashoffset: 888; stroke-dasharray: 222; // stroke-dashoffset: 888; fill: none; animation: go 12s linear infinite forwards; animation: go 6s linear infinite forwards; } @keyframes go { 0% { stroke-dashoffset: 888; stroke-dashoffset: 0; } 100% { stroke-dashoffset: 0; stroke-dashoffset: 1888; } } </style>