SmoothScroll
SmoothScroll copied to clipboard
Addon for the Godot Game Engine that adds a SmoothScrollContainer.
When I export my game to HTML5, clicking on my TextureButtons stops working. When running in Godot itself with mouse everything works fine, also when exporting to APK everything works...
As seen here:  Thrown by this line of code, which is switched to and highlighted when the error occurs:  I have not seen any identifiable *cause* for the...
When holding down the middle mouse button in one direction this unpleasant behavior occurs:  The desired behaviour would be for the content to stay in the slightly over-dragged position...
Enable two finger scrolling on MacBooks with InputEventPanGesture events.
Can be seen on this site: https://idiotwu.github.io/smooth-scrollbar/
Add optional pinch zoom functionality like demonstrated in [this video](https://www.youtube.com/watch?v=U1EyFyjZ2II) including the possibility to enable double tap to zoom out again.
Just like this: https://tsuyoshiwada.github.io/sweet-scroll/easings.html
https://github.com/user-attachments/assets/289abe56-0aed-45e5-a183-10b4368a46db 0s ~ 14s Old version 14s ~ end This PR - Now tween for showing or hiding scroll bars won't be created or killed frequently. - Logic for restarting...
This issue is still there with the plugin https://github.com/godotengine/godot/issues/49873 I'm using the last version of Godot v4.5.dev1.official [97241ffea] and exporting to web.
Integrate [GUT](https://github.com/bitwes/Gut) for automated testing and include it as part of the CI/CD pipeline. However, we need a solution to prevent GUT from being included as part of the SmoothScroll...