Hey - I have a question which is actually just JavFX specific ... I hope I won't get crucified asking that one here anyways:
I am working on a kind of song-editor (an editor for BeatSaber) in tornadofx right now.
I couldn't find any readily avbailable components for a timeline, so I had a go at it myself.
right now, I am just using the translateXProperty and scaleXProperty of the pane in which the blocks/notes sit.
However, I actually want the option, just to scale the position of the notes, but not necessarily the image content of the notes.
IS that in some way possible with node transforms? Or do I have to implement that by myself, relocating all nots on zoom-level change?