Closed via5 closed 3 years ago
I really need to add zoom there :/ But that's a good idea, I'll check it out when I can!
Added your change, also added 0.001f and 0.01f movement as well as a snap to closest keyframe with the center button on right click. Thanks!
If the snap amount is small and the animation long, it becomes really difficult to click the scrubber to move to a specific time. For example, a 20s animation with a 0.05 snap time makes some frames actually impossible to click. This adds right-click handlers to the
< f
andf >
buttons that move the scrubber by the snap time.I reused the
Clickable
component and added an additionalrightClick
parameter for the callback that defaults tonull
.Also, one day I'll remember the tab settings before my commit.