by Gene Crawford | Apr 29, 2025
Smoothly animating a border-radius with a View Transition
by Gene Crawford | Apr 22, 2025
All-in-one animation engine. A fast and versatile JavaScript library to animate CSS.
by Gene Crawford | Apr 18, 2025
by Gene Crawford | Apr 17, 2025
Drawing separator lines between various sections of a webpage is a common design technique, which can help to structure the content and make it more readable, as well as more aesthetically pleasing. As we’ll see in this article, there are techniques you can use today...
by Gene Crawford | Apr 2, 2025
Creating a star rating component is a classic exercise in web development. It has been done and re-done many times using different techniques. We usually need a small amount of JavaScript to pull it together, but what about a CSS-only implementation? Yes, it is...