Free the Shadows

Let the star spin and pulse – only then will its light pierce the darkness of the fortress and break Umbra’s curse.

Set the star in motion:

@??? spin {
  0% {
    ???: ???(-50%, -50%) ???(0deg);
  }
  100% {
    ???: ???(-50%, -50%) ???(360deg);
  }
}

Let the star rotate and pulse to unleash its full power:

@??? starMotion {
  0% {
    ???: ???(0deg) ???(1);
  }
  50% {
    ???: ???(180deg) ???(1.4);
  }
  100% {
    ???: ???(360deg) ???(1);
  }
}