svg * {
  stroke-width: 10;
}
.mg-animate * {
  fill-opacity: 0;
  transition: fill-opacity 1s;
}

.mg-animate.finished * {
  fill-opacity: 1;
}
