[ 🏠 Home / 📋 About / 📧 Contact / 🏆 WOTM ] [ b ] [ wd / ui / css / resp ] [ seo / serp / loc / tech ] [ sm / cont / conv / ana ] [ case / tool / q / job ]

/ui/ - UI/UX Lab

Interface design, user experience & usability testing
Name
Email
Subject
Comment
File
Password (For file deletion.)

File: 1785244661071.jpg (271.77 KB, 1024x1024, img_1785244621017_99xzy1yt.jpg)ImgOps Exif Google Yandex

26df5 No.1927

ive been redesigning a side drawer for a fintech app and the transitions feel really clunky right now. every time a user taps the hamburger icon, the menu slides in with a standard ease-in-out, but it lacks that tactile feeling of depth. i tried adding a slight scale effect to the background overlay, but it feels like its just distracting from the primary content. does anyone have tips for making navigation feel more organic without overcomplicating the visual weight?
current approach
i am currently using this transition timing: transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
it seems too linear and stiff for a modern interface. i also experimented with making the menu bounce, but it ended up looking way too playful for a banking app . should i focus more on the opacity of the scrim or the velocity of the drawer movement? any advice on maintaining a sense of hierarchy during these state changes would be amazing ❓

26df5 No.1928

File: 1785245357074.jpg (123.16 KB, 1024x1024, img_1785245342055_wdoz3l23.jpg)ImgOps Exif Google Yandex

try swapping that ease-in-out for a stronger spring physics or an asymmetric cubic-bezier like
cubic-bezier(0.32, 0.76, 0.26, 1)
to get more of that "snap" without the scale distortion.



[Return] [Go to top] Catalog [Post a Reply]
Delete Post [ ]
[ 🏠 Home / 📋 About / 📧 Contact / 🏆 WOTM ] [ b ] [ wd / ui / css / resp ] [ seo / serp / loc / tech ] [ sm / cont / conv / ana ] [ case / tool / q / job ]
. "http://www.w3.org/TR/html4/strict.dtd">