pixijs / ui

Commonly used UI components for PixiJS

Home Page:https://pixijs.io/ui/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ScrollBox: remove sprite as background option for scrollbox

CyberDex opened this issue · comments

Sprite as background option for the ScrollBox is overkill.

Most of the cases ScrollBox is needed as scrollable list of items with mask.
When sprite is set as background it is hard co control mask.

ScrollBox component can be just added to the sprite to get a sprite background for it.