Aziz Ouichni
@ouichniaziz
Frontend Developer
ID: 882817014
http://azizouichni.com 15-10-2012 18:08:18
846 Tweet
80 Followers
583 Following
CSS Tip! ๐ You could create a sticky popout bento effect with position: sticky and scroll-driven animation ๐คฉ The trick is to use position: sticky with bottom instead of top like we would usually ๐ค Then we can use scroll-driven animation as a progressive enhancement to fade
Next.js + SEO - How to set up self-healing URLs Mike Bifulco @[email protected] shows how to set up App Router URLs such as: ๐ /posts/${POST_TITLE}-${POST_ID} Changing the post title should not break the old link โก๏ธ redirect to canonical URL mikebifulco.com/posts/self-heaโฆ
I liked so much the task manager design from so i tried to make a part of it real โจ also thanks to Jeroen Reumkens โ FrontendFYI for his drag and drop kanban board article!
Mees Jeroen Reumkens โ FrontendFYI Titan Merlin Studio If you're doing this via a CSS variable you might find you get better performance via updating styles via MotionValues - as updating CSS variables always triggers paint.