<style>
@keyframes wujunmin {
0% { opacity: 1; }
50% { opacity: 0; }
100% { opacity: 1; }
}
path {
animation: wujunmin 2s infinite;
</style>