Ah, yeah I was aware that you can't use transition...
# tornadofx
s
Ah, yeah I was aware that you can't use transitions in JavaFX's css implementation I was just wondering more if TornadoFX had done anything for animating in a stylesheet that I missed somewhere
r
It's good to keep in mind that TornadoFX CSS is basically just a CSS preprocessor. All it does is generate CSS, so it can't change any functionality.