edvin / tornadofx

Lightweight JavaFX Framework for Kotlin
Apache License 2.0
3.67k stars 269 forks source link

Unify animation builders and functions #169

Open ruckustboom opened 8 years ago

ruckustboom commented 8 years ago

We should look into making the animation builders and functions more uniform across use cases, including simple node animations, timeline constructs, and view transitions.

thomasnield commented 8 years ago

For reference, this was explored briefly before https://github.com/edvin/tornadofx/issues/131

ruckustboom commented 8 years ago

I actually used a lot of that in the new ViewTransition code :)

There are just a few places where dealing with animations vs transitions feels a bit like two different workflows, and it would be nice to explore if this could be fixed.