@ -15,6 +15,15 @@
stroke-dasharray: 13, 5;
}
@-webkit-keyframes ani_flow {
from {
stroke-dasharray: 10, 5;
to {
/* 停止流动效果 */
.svg_ani_flow_stop {
@ -33,7 +42,15 @@
@-webkit-keyframes ani_flow_stop {
/* 反向流动效果 */
.svg_ani_flow_back {
stroke-dasharray: 1000;
@ -51,6 +68,15 @@
/* 以最大40高度填充 */
.svg_ani_fill_h40 {
animation: ani_fill_h40 5s linear infinite;
@ -65,4 +91,13 @@
height: 40px;