Jonathan Willing

@willing
282 Followers
225 Following
135 Posts

next generation of Waymo booking flows rolling out.

lots of cool new tech here: flexible server-driven platform, fully native SwiftUI + Compose app components.

I’ve noticed that most SwiftUI transitions with implicit animations via `AnyTransition.animation(_:)`don’t actually animate. `scale` and `opacity` work, but others such as `offset` do not have any visual effect on the render tree.

Have any folks run unto this bug before and know of a workaround, other than using an explicit transaction to wrap the transition? #SwiftUI #iOSDev

Code: https://gist.github.com/jwilling/6878ac3cb09634926c2a3354b251726a

swiftui-transition-bug.swift

GitHub Gist: instantly share code, notes, and snippets.

Gist