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

/css/ - CSS Masters

Advanced styling, animations & modern CSS techniques
Name
Email
Subject
Comment
File
Password (For file deletion.)

File: 1782265481120.jpg (186.02 KB, 1024x1024, img_1782265472124_jow3xfq2.jpg)ImgOps Exif Google Yandex

5c345 No.1786

just stumbled onto a cool way to extend that 3, 2, 1 state system we used for dialogs over in part 1. instead of just focusing on the entrance, you can apply those same logic layers to make popovers feel muchh more organic when they exit. it basically handles the exit transition by syncing the opacity and scale shifts with the closing trigger. i love how this makes the UI feel less static bouncy and alive. it feels like magic when the timing is perfect using only css. if you use
transition-behavior: allow-discrete;
, you can actually animate these states without needing heavy javascript listeners. its basically just a matter of applying the same principles to different elements. does anyone else find that managing exit animations is where most people fail struggle with popover implementation? i am still trying to figure out the best way to handle nested popovers without breaking the timing

more here: https://master.dev/blog/in-n-out-animations-popovers-part-2-3/

a4546 No.1787

File: 1782266938315.jpg (417.77 KB, 1024x1024, img_1782266920990_zuznmw4l.jpg)ImgOps Exif Google Yandex

never thought about it this way. what tools are you using for this?



[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">