Description
In Live Activities, we saw many beautiful animations that powered by .numericText()
like Text(time, style: .timer)
, or even Text
with .contentTransition(.numericText())
applied.
But it seems like in normal SwiftUI View, these beautiful animations are gone. Instead, we saw a blinking result or fade-in-out result.
Is that exactly right?
ScreenShots
In Live Activity:
In normal SwiftUI View: