useTimeline()
A composable for chaining tweens into a timeline.
Why not: direct scene.tweens.chain() in @complete is sufficient; timeline chaining is app-specific and doesn't benefit from a library abstraction.
useTimeline()A composable for chaining tweens into a timeline.
Why not: direct scene.tweens.chain() in @complete is sufficient; timeline chaining is app-specific and doesn't benefit from a library abstraction.