bookmarks
links i find useful or interesting
submit a bookmark
share a link you find useful. if it fits, it ships.
sign it (optional)
no signature added. this will submit as anonymous.
01. frontend
8 bookmarks
7 Practical Animation Tips, by Emil Kowalski
emilkowal.skiSeven simple ideas you can use to improve your animations today.

fix your autofill input styles
x.comby pqoqubbw

add `overscroll-behavior: none` to your html/body to prevent "page bounce"
x.comby joebell_

Easing Dev
easing.devA curated collection of easing graphs

nested border radius tip, by aleksliving
x.comouter r = inner r + padding

fix your navigation, by pqoqubbw
x.comscroll-behavior + scroll-margin-top

derived type catalogs, by mattpocockuk
x.comPro tip: Don't write your TypeScript union types by hand, use a Type Catalog instead!

strict & type-safe permission map, by karabharat
x.com🛡️ Simplify your TypeScript objects with Record