ui
ui copied to clipboard
Add a modal Drawer component
Add a Drawer component to PixiUI for sliding panels that attach to screen edges:
- Support four positions: bottom, top, left, right
- Automatically span full screen width (top/bottom) or height (left/right)
- Support backdrop with
closeOnBackdropClickto dismiss on tap - Enable swipe-to-close gestures
- Accept Graphics, Sprites, Textures, or texture names via
GetViewSettings - Support NineSliceSprite backgrounds for scalable borders
- Emit
onClosesignal when drawer closes - Include open/close animations using tweedle.js