https://www.bram.us/2025/02/09/css-custom-functions-teaser/
Chrome is currently prototyping CSS Functions, which is very exciting!
csscustomfunctionscominggoing
https://frontendmasters.com/blog/staggered-animation-with-css-sibling-functions/
The new CSS sibling-index() (and -count()) functions are perfect for staggered timing affects. This goes a little step further staggering both before and after...
frontend mastersanimationcsssiblingfunctions
https://nerdy.dev/cyclical-radio-group-with-trig-functions-and-grid
Radio groups naturally have cyclical roving tab index, but, I put them into a circle and now it really looks cyclical hehe.
radio groupcyclicalkeyboarduxcss
https://frontendmasters.com/blog/creating-flower-shapes-using-css-mask-trigonometric-functions/
Creating unusual shapes is always a fun exercise and a good way to practice your CSS skills. One might argue that SVG is better for this job, but nowadays we...
trigonometric functionscreatingflowershapesusing
https://css-tricks.com/complete-guide-to-css-functions/
Aug 21, 2025 - Like any other programming language, CSS has functions. They can be inserted where you’d place a value, or in some cases, accompanying another value...
css functionsguidetricks
https://css-tricks.com/css-color-functions/
Jun 26, 2025 - CSS has a number of functions that can be used to set, translate, and manipulate colors. Learn what they are and how they are used with a bunch of examples to...
csscolorfunctionstricks
https://www.oddbird.net/2023/11/14/shop-talk23/
I drop by the show to talk about CSS updates and news on container queries, rolling out cascade layers, !important things to remember, custom properties, exit...
cascade layerscss functionsoddbird
https://front-end.social/@bramus/113971305466337860
Feb 9, 2025 - Attached: 1 image CSS Custom Functions are coming … and they are going to be a game changer! 👉 https://brm.us/css-custom-functions
bramusquotcsscustomfunctions
https://css-tricks.com/almanac/functions/
Jul 7, 2025 - Like any other programming language, CSS has functions. They can be inserted where you’d place a value, or in some cases, accompanying another value...
css tricksfunctions
https://dev.to/alvaromontoro/new-values-and-functions-in-css-1b9o
Sep 20, 2024 - The CSS Working Group released the first Public Working Draft for the CSS Values and Units Module Level 5. It describes the common values and units that CSS...
new featuresdev communityfunctionsarrivingcss
https://www.freecodecamp.org/news/complete-guide-to-css-transform-functions-and-properties/
CSS transform allows you to translate, rotate, skew, scale, or add perspective effects to HTML elements. This tutorial discusses everything you need to know to...
complete guidecsstransformhandbookfunctions
https://moderncss.dev/practical-uses-of-css-math-functions-calc-clamp-min-max/
Review the four best supported CSS math functions, and see how they can be used in both practical and unexpected ways, such as within gradients and color...
practicalusescssmathfunctions