Links
Scroll-Driven Animations: You want overflow: clip, not overflow: hidden
Because
overflow: hidden
creates a scroll container it can interfere with the Scroll-Driven Animations scroller lookup mechanism. The fix is to useoverflow: clip
instead.
The New CSS Math: pow(), sqrt(), and exponential friends
CSS added many new Math functions to supplement the old favorites (such as
calc()
). They all ultimately represent a numeric value, but the nuance in how they work is not always clear from the start. As of February 2024, these CSS functions are available in the latest Edge, Chrome, Safari and Firefox browsers.
How to fix the invisible scrollbar issue in iOS browsers
Websites that are affected by the invisible scrollbar problem can fix this issue by adjusting how they apply CSS background colors to the page.
Context aware colors
Notice how the text color changes as the background gets lighter or darker? That’s context-aware colors! The thing I’ve been waiting for this whole time! The CSS looks like something like this…
Web Development Is Getting Too Complex, And It May Be Our Fault
An overwhelming number of frameworks and tooling available today gives the impression that web development has gotten perhaps too complex. Juan Diego Rodríguez explores if web development really is that complex and, most importantly, how we can prevent it from getting even more difficult than we already perceive it to be.
Videos
Liven up your websites with Scroll-Driven Animations & View Transitions
It is important for a user interface to feel polished and fluid. A great way to help with that are appropriate animations and transitions. They help users build an accurate mental model of how the interface works, thereby increasing the overall usability. In this talk, you’ll learn how you can use View Transitions and Scroll-Driven Animations to achieve exactly that.
Sponsor
Sponsored by Cloud Four
Thanks to Cloud Four for sponsoring this week’s newsletter! They solve complex responsive web design and development challenges for ecommerce, healthcare, fashion, B2B, SaaS, and nonprofit organizations.
If you’d like to help with the costs of running Friday Front-End, you can back our Patreon for as little as a dollar a month.