![Coordinating Svelte Animations With XState](https://www.cdn5.niftycent.com/d/k/X/N/P/V/E/coordinating-svelte-animations-with-xstate.webp)
This post is an introduction to XState as it might be used in a Svelte project. XState is unique in the JavaScript ecosystem. It doesn’t keep your DOM synced with your application state, nor does it help you with asynchrony, …
The post Coordinating Svelte Animations With XState appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.
https://css-tricks.com/coordinating-svelte-animations-with-xstate/
![Space Jam](https://www.cdn5.niftycent.com/d/e/L/9/4/X/R/space-jam.webp)
It’s certainly worth noting that the Space Jam website, which made its way into umpteen conference talks for being fabulous evidence of the web’s strength in backward compatibility, has been replaced. We could have saw that coming. Everything is …
The post Space Jam appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.
![Some Articles About Accessibility I’ve Saved Recently](https://www.cdn5.niftycent.com/d/1/9/x/v/y/W/some-articles-about-accessibility-i-ve-saved-recently.webp)
“Good news about display: contents and Chrome” — Rachel Andrew notes that the accessibility danger of using display: contents; is fixed in Chrome. The problem was that, say you had a parent div that is laid out as a grid … The post Some Articles About Accessibility I’ve Saved Recently appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter. https://css-tricks.com/some-articles-about-accessibility-ive-saved-recently/
![Jetpack Turns 10!](https://www.cdn5.niftycent.com/d/e/7/g/4/q/E/jetpack-turns-10.webp)
(This is a sponsored post.) Ten years! That’s a huge milestone for a project, especially one that had a pretty simple goal in mind from the start: give self-hosted WordPress sites many of the same features and functionality enjoyed …
The post Jetpack Turns 10! appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.
![Gaps? Gasp!](https://www.cdn5.niftycent.com/d/1/Y/M/z/R/m/gaps-gasp.webp)
At first, there were flexboxes (the children of a display: flex container). If you wanted them to be visually separate, you had to use content justification (i.e. justify-content: space-between), margin trickery, or sometimes, both. Then along came grids (a …
The post Gaps? Gasp! appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.
![Splitting Time Between Product and Engineering Efforts](https://www.cdn5.niftycent.com/d/e/7/g/4/B/9/splitting-time-between-product-and-engineering-efforts.webp)
At each company I’ve worked, we have had a split between time spent on Product initiatives and Engineering work. The percentages always changed, sometimes 70% Product, 30% Engineering, sometimes as much as a 50/50 split. The impetus is to make …
The post Splitting Time Between Product and Engineering Efforts appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.
https://css-tricks.com/splitting-time-between-product-and-engineering-efforts/
![Creating a Smart Navbar With Vanilla JavaScript](https://www.cdn5.niftycent.com/d/1/d/r/E/9/6/creating-a-smart-navbar-with-vanilla-javascript.webp)
Sticky, or fixed, navigation is a popular design choice because it gives users persistent access to navigate the site. On the other hand, it takes up space on the page and sometimes covers content is a way that’s less than …
The post Creating a Smart Navbar With Vanilla JavaScript appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.
https://css-tricks.com/creating-a-smart-navbar-with-vanilla-javascript/
![Honeypot DEVS ANSWER](https://www.cdn5.niftycent.com/d/e/b/a/Z/Z/L/honeypot-devs-answer.webp)
I did this thing for Honeypots YouTube Channel. I had heard of Honeypot through these mini documentaries they have done, like about Vue.js, GraphQL, and Ember.js. They do a great job, so I was happy to …
The post Honeypot DEVS ANSWER appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.
![Platform News: Rounded Outlines, GPU-Accelerated SVG Animations, How CSS Variables Are Resolved](https://www.cdn5.niftycent.com/d/e/7/g/l/l/5/platform-news-rounded-outlines-gpu-accelerated-svg-animations-how-css-variables-are-resolved.webp)
In the news this week, Firefox gets rounded outlines, SVG animations are now GPU-accelerated in Chrome, there are no physical units in CSS, The New York Times crossword is accessible, and CSS variables are resolved before the value is inherited.…
The post Platform News: Rounded Outlines, GPU-Accelerated SVG Animations, How CSS Variables Are Resolved appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.