if showInfo {
   Text("This is the information")
      .transition(AnyTransition.asymmetric(insertion: .opacity, removal: .scale).animation(.easeInOut(duration: 2)))
}