square / workflow-kotlin

A Swift and Kotlin library for making composable state machines, and UIs driven by those state machines.
https://square.github.io/workflow
Apache License 2.0
1.04k stars 102 forks source link

Any configuration of transition animation should be decoupled from backstacks #306

Open zach-klippenstein opened 3 years ago

zach-klippenstein commented 3 years ago

I also think that any configuration of transition animation should be decoupled from backstacks, it's more fundamental than that. In non-compose, I want to tie it to WorkflowViewStub instead. I might have a notion of how to use ViewRegistry for that, if I can ever land the work to generalize that.

Originally posted by @rjrjr in https://github.com/square/workflow-kotlin/pull/304#r571125862

rjrjr commented 2 years ago

This can be added without breaking API, deferring.