SpyrexDE / SmoothScroll

Addon for the Godot Game Engine that adds a SmoothScrollContainer.
https://spyrexde.github.io/SmoothScroll/
MIT License
144 stars 13 forks source link

Hey! maybe look into into TextEdits smooth scroll? #1

Closed boukew99 closed 3 years ago

boukew99 commented 3 years ago

Hey! maybe look into into TextEdits smooth scroll? They work with step of the Scrollbar, so maybe that is an easy way to do it too? Anyway I have no need for this right now, just trying to help.

SpyrexDE commented 3 years ago

You are right, the TextEdit node has a smooth scroll property, that you can be set to true. But that's it. It is only working for text editor boxes and the scroll still is way too rough. Also, you have absolutely no customization possibilities.