Author shares a CSS tip on using @starting-style to create animations without @keyframes. This method can be a useful trick in certain situations, like in the examples provided for infinite rotation and complex animations. While not a replacement for traditional animation methods, @starting-style offers a different approach for expressing animations. The examples demonstrate how variables can be animated and used within different properties. The author emphasizes that @starting-style is not superior to keyframes, but rather a unique alternative for creating CSS animations.
https://css-tip.com/animation-without-keyframes/