Explicit animation on iOS 16 and below #36
-
Hi, can you please tell me if there is any way to get animation to work on iOS 16 and earlier? After migrating TCA to version 1.7.3, the animations on iOS 15 and 16 have stopped working for me.
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi @vasiliyzaycev, currently I believe we cannot support |
Beta Was this translation helpful? Give feedback.
-
Thanks, it would be great to highlight this somehow in the doc. |
Beta Was this translation helpful? Give feedback.
Hi @vasiliyzaycev, currently I believe we cannot support
withAnimation
in the perception library. I think you will need to use implicitanimation(_:value:)
for the time being.