|
|
@ -4,6 +4,8 @@
|
|
|
|
stroke-dashoffset: 1000;
|
|
|
|
stroke-dashoffset: 1000;
|
|
|
|
animation: ani_flow 10s linear infinite;
|
|
|
|
animation: ani_flow 10s linear infinite;
|
|
|
|
animation-fill-mode: forwards;
|
|
|
|
animation-fill-mode: forwards;
|
|
|
|
|
|
|
|
-webkit-animation: ani_flow 10s linear infinite;
|
|
|
|
|
|
|
|
-webkit-animation-fill-mode: forwards;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@keyframes ani_flow {
|
|
|
|
@keyframes ani_flow {
|
|
|
@ -31,6 +33,8 @@
|
|
|
|
stroke-dashoffset: 1000;
|
|
|
|
stroke-dashoffset: 1000;
|
|
|
|
animation: ani_flow_stop 10s linear infinite;
|
|
|
|
animation: ani_flow_stop 10s linear infinite;
|
|
|
|
animation-fill-mode: forwards;
|
|
|
|
animation-fill-mode: forwards;
|
|
|
|
|
|
|
|
-webkit-animation: ani_flow_stop 10s linear infinite;
|
|
|
|
|
|
|
|
-webkit-animation-fill-mode: forwards;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@keyframes ani_flow_stop {
|
|
|
|
@keyframes ani_flow_stop {
|
|
|
@ -57,6 +61,8 @@
|
|
|
|
stroke-dashoffset: 1000;
|
|
|
|
stroke-dashoffset: 1000;
|
|
|
|
animation: ani_flow_back 10s linear infinite;
|
|
|
|
animation: ani_flow_back 10s linear infinite;
|
|
|
|
animation-fill-mode: forwards;
|
|
|
|
animation-fill-mode: forwards;
|
|
|
|
|
|
|
|
-webkit-animation: ani_flow_back 10s linear infinite;
|
|
|
|
|
|
|
|
-webkit-animation-fill-mode: forwards;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@keyframes ani_flow_back {
|
|
|
|
@keyframes ani_flow_back {
|
|
|
@ -81,6 +87,8 @@
|
|
|
|
.svg_ani_fill_h40 {
|
|
|
|
.svg_ani_fill_h40 {
|
|
|
|
animation: ani_fill_h40 5s linear infinite;
|
|
|
|
animation: ani_fill_h40 5s linear infinite;
|
|
|
|
animation-fill-mode: forwards;
|
|
|
|
animation-fill-mode: forwards;
|
|
|
|
|
|
|
|
-webkit-animation: ani_fill_h40 5s linear infinite;
|
|
|
|
|
|
|
|
-webkit-animation-fill-mode: forwards;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@keyframes ani_fill_h40 {
|
|
|
|
@keyframes ani_fill_h40 {
|
|
|
|