UNPKG
vue-circle-liu
Version:
latest (1.0.9)
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
A Vue.js project
vue-circle-liu
/
dist
/
vue-circle-liu.min.css
1 lines
•
131 B
CSS
View Raw
1
.animate
{
stroke-dasharray
:
0
,
1000
;
animation
:a
3s
linear both}
@keyframes
a{
0%
{
stroke-dasharray
:
0
,
1000
}
to
{
stroke-dasharray
:
1000
,
1000
}}