Allow timeline zooming in AnimationPlayer without needing to hover over the time bar. #10399
yosimba2000
started this conversation in
Editor
Replies: 1 comment 1 reply
-
The main area (the one highlighted by "cant zoom" on the image) is handled by a different class than the timeline, so the zooming functionality would need to be implemented twice (unless there's a way to forward it to the timeline). I recall there's one-way communication between the timeline and the main area, but I don't remember in which direction it goes. Either way, if you're interested in implementing this, here's the relevant code: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If you want to zoom in on the timeline in AnimationPlayer using scrollwheel, your cursor must hover over the timebar on top, or the slider on the bottom right.
Please make it so it works when hovering in the main timeline area as well.
Beta Was this translation helpful? Give feedback.
All reactions