Daily Shaarli

All links of one day in a single page.
Springs and Bounces in Native CSS • Josh W. Comeau
thumbnail

The “linear()” timing function is a game-changer; it allows us to model physics-based motion right in vanilla CSS! That said, there are some limitations and quirks to be aware of. I’ve been experimenting with this API for a while now, and in this post, I’ll share all of the tips and tricks I’ve learned for using it effectively. ✨

A Guide to the CSS Backdrop-Filter Property | Always Twisted

A concise guide to CSS backdrop-filter for glassmorphism and translucent overlays — how it works, why order matters, and an interactive CodePen playground.

An in-depth guide to customising lists with CSS - Piccalilli
thumbnail

Richard Rutter helps you to make sense of list-style, list-item, ::marker, counters(), counter(), @counter-style, symbolic, symbols(), symbols and more to push your HTML and CSS lists to the next level.

Easing Wizard - CSS Easing Editor and Generator
thumbnail

Generate and customize CSS easing functions with ease and magical precision using Easing Wizard 🧙

Beautiful Perl feature : fat commas, a device for structuring lists - DEV Community
thumbnail

A fat comma in Perl is a construct that doesn't involve a typographic comma! Visually it consists of an expression followed by an arrow sign => and another expression. This is used in many contexts, the most common being for initializing hashes or for passing named parameters to subroutines: