pixijs / ui

Commonly used UI components for PixiJS
https://pixijs.io/ui/
MIT License
187 stars 17 forks source link

More options to customize ScrollBox #160

Open minhdq129 opened 4 months ago

minhdq129 commented 4 months ago

It would be nice to have some options to customize ScrollBox. Currently I can't find a way to customize the easing of bounce back after rolling out of bounds ( current default is EaseOutBounce) and change its speed, etc..

CyberDex commented 1 month ago

It is all hardcoded here: https://github.com/pixijs/ui/tree/main/src/utils/trackpad You may create a PR with the additional settings and drop them into the refactored trackpad utility