Button("Animate") {
   withAnimation(.linear(duration: 5)) {
      boxScale = 2
   }
}.buttonStyle(.glassProminent)