提交 137ece3c 编写于 作者: C caozhenhui

modified the svg animation

上级 751d7c6f
......@@ -170,6 +170,23 @@
}
}
.flow {
animation: ball-flow 2s linear infinite;
}
.flow-reverse {
animation: ball-flow 2s linear reverse infinite;
}
@keyframes ball-flow {
from {
offset-distance: 0%;
}
to {
offset-distance: 100%;
}
}
.rs-btn,
.rs-picker-toggle-textbox {color: $gray-800; font-family: sans-serif;}
......
......@@ -25,6 +25,7 @@ import { toast } from 'react-toastify';
import { APIBaseURL } from '../../../config';
import useInterval from '../../../hooks/useInterval';
import { Map } from 'react-leaflet';
import '../../../assets/img/illustrations/diagram1.svg'
const Microgrid = ({ setRedirect, setRedirectUrl, t }) => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册