![Fixing the Drift in Shape Rotations](https://www.cdn5.niftycent.com/d/D/m/N/j/2/d/fixing-the-drift-in-shape-rotations.webp)
Steve Ruiz calls this post an “extra-obscure edition of design tool micro-UX,” but I find it fascinating! If you select a bunch of elements in a design tool, then rotate then, then later select those same elements and try to …
The post Fixing the Drift in Shape Rotations appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.
![Scroll-Linked Animations With the Web Animations API (WAAPI) and ScrollTimeline](https://www.cdn5.niftycent.com/d/D/P/l/7/z/y/scroll-linked-animations-with-the-web-animations-api-waapi-and-scrolltimeline.webp)
The Scroll-linked Animations specification is an upcoming and experimental addition that allows us to link animation-progress to scroll-progress: as you scroll up and down a scroll container, a linked animation also advances or rewinds accordingly. We covered some use cases …
The post Scroll-Linked Animations With the Web Animations API (WAAPI) and ScrollTimeline appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.
![Okhsv and Okhsl](https://www.cdn5.niftycent.com/d/1/V/p/M/X/E/okhsv-and-okhsl.webp)
There is an old Russian fable where Okhsv and Okhsl are on a rowboat and Okhsv says to Okhsl, “What are the known shortcomings of HSL and HSV color pickers in design applications?” I kid, I kid. But really, what …
The post Okhsv and Okhsl appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.
![GUI Challenges](https://www.cdn5.niftycent.com/d/D/m/N/j/x/j/gui-challenges.webp)
I keep bookmarking Adam’s GUI Challenges posts/videos and, before I even have a chance to review and link them up, another one is already published! Fortunately, the homepage for them on web.dev is a nice roundup. For example, a recent …
The post GUI Challenges appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.
![Chapter 10: Browser Wars](https://www.cdn5.niftycent.com/d/k/z/3/P/M/G/chapter-10-browser-wars.webp)
In June of 1995, representatives from Microsoft arrived at the Netscape offices. The stated goal was to find ways to work together—Netscape as the single dominant force in the browser market and Microsoft as a tech giant just beginning to …
The post Chapter 10: Browser Wars appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.
![Proxying Third-Party JavaScript as First-Party JavaScript (and the Potential Effect on Analytics)](https://www.cdn5.niftycent.com/d/1/0/E/X/L/J/proxying-third-party-javascript-as-first-party-javascript-and-the-potential-effect-on-analytics.webp)
First, check out how incredibly easy it is to write a Cloudflare Worker to proxy another URL: addEventListener("fetch", (event) ={ event.respondWith( fetch("https://css-tricks.com") ); }); It doesn’t have any error handling or anything, but hey, it works: Now imagine how …
The post Proxying Third-Party JavaScript as First-Party JavaScript (and the Potential Effect on Analytics) appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.
![GUI Challenges](https://www.cdn5.niftycent.com/d/D/P/l/X/v/y/gui-challenges.webp)
I keep bookmarking Adam’s GUI Challenges posts/videos and, before I even have a chance to review and link them up, another one is already published! Fortunately, the homepage for them on web.dev is a nice roundup. For example, a recent …
The post GUI Challenges appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.
![Responsible JavaScript](https://www.cdn5.niftycent.com/d/1/x/X/r/4/q/responsible-javascript.webp)
High five to Jeremy on the big release of Responsible JavaScript on A Book Apart. There is a lot of talk about how the proliferation of JavaScript has had a negative impact on the web, but now we have …
The post Responsible JavaScript appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.
![Rebase vs. Merge: Integrating Changes in Git](https://www.cdn5.niftycent.com/d/k/J/5/Y/7/9/rebase-vs-merge-integrating-changes-in-git.webp)
This article is part of our “Advanced Git” series. Be sure to follow us on Twitter or sign up for our newsletter to hear about the next articles! Most developers understand that it’s important to use branches in Git. In …
The post Rebase vs. Merge: Integrating Changes in Git appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.
https://css-tricks.com/rebase-vs-merge-integrating-changes-in-git/
![Buttons vs. Links](https://www.cdn5.niftycent.com/d/1/9/A/8/9/X/buttons-vs-links.webp)
There are thousands of articles out there about buttons and links on the web; the differences and how to use them properly. Hey, I don’t mind. I wrote my own as well¹. It’s such a common mistake on …
The post Buttons vs. Links appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.