if showInfo {
   Text("This is the information")
      .transition(AnyTransition.scale.combined(with: .opacity).animation(.easeInOut(duration: 2)))
}