next generation of Waymo booking flows rolling out.
lots of cool new tech here: flexible server-driven platform, fully native SwiftUI + Compose app components.
| Website | https://jwilling.com |
| GitHub | https://github.com/jwilling |
| Bluesky | https://bsky.app/profile/willing.bsky.social |
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