tfuxu / Halftone

Give your images that pixel art-like style
GNU General Public License v3.0
97 stars 16 forks source link

Add hide animation and gestures to bottom sheet #48

Open tfuxu opened 9 months ago

tfuxu commented 9 months ago

Currently bottom sheet just disappears when toggling its visibility. Instead, it should hide smoothly like a sidebar.

For that, Adw.SpringAnimation could be used with Adw.SwipeTracker for hide swipe gesture.

Reference: #246