Articles
-
Animate intrinsic size with CSS
- front-end
- css
- browser compatibility
- animations
For a long time, animating the size of UI elements with CSS has been a source of frustration. You likely needed to animate the height property, but quickly discovered this is not readily achievable with CSS alone.
-
A browser native modal with React
- react
- front-end
- dialog
- react hooks
- accessibility
- browser api
Modern browsers offer many useful tools to address common usability and accessibility concerns natively. The HTML <dialog> element, in particular, significantly improves the developer experience when building a modal.