Robuta

https://animate.style/
Animate.css is a library of ready-to-use, cross-browser animations for you to use in your projects. Great for emphasis, home pages, sliders, and...
cross browseranimatecsslibraryanimations
https://elijahmanor.com/blog/prefers-reduced-motion
May 13, 2020
useprefersreducedmotionmedia
https://css-tricks.com/unleash-the-power-of-scroll-driven-animations/
Jan 6, 2025 - I'm utterly behind in learning about scroll-driven animations apart from the "reading progress bar" experiments all over CodePen. Well, I'm...
css tricksunleashpowerscrolldriven
https://www.hongkiat.com/blog/animista-generate-css-animations/
Nov 10, 2017 - There are tons of CSS animation web apps online. But, very few compare to the level of detail and ease of use you get with Animista. This free web app
css animationsbuildcooleasily
https://cydstumpel.nl/two-approaches-to-fallback-css-scroll-driven-animations/
Sep 18, 2025 - Scroll-driven animations are set to land in all major browsers by the end of the year, but I haven’t seen many people using them in production yet. Maybe...
twoapproachescssscrolldriven
https://syntax.fm/show/206/state-machines-css-and-animations-with-david-k-piano
david kstatemachinescssanimations
https://cydstumpel.nl/css-scroll-driven-animations-for-creative-developers/
Sep 18, 2025 - Scroll animations have been around for years and are pretty much synonymous with Creative Development, but they have always required JavaScript to record the...
developers blogcssscrolldrivenanimations
https://frontendmasters.com/blog/creating-wavy-circles-with-fancy-animations/
In a previous article, we created flower-like shapes using modern CSS (mask, trigonometric functions, etc). This article is a follow-up where we will create a...
creatingwavycirclesfancyanimations
https://www.awwwards.com/du-haihang/collections/css-animations/
CSS3 Animations make it possible to animate transitions from one CSS style configuration to another. SVG elements and their properties can also be animated...
css animationsawwwards
https://github.com/animate-css/animate.css
🍿 A cross-browser library of CSS animations. As easy to use as an easy thing. - animate-css/animate.css
cross browsergithubanimatecsslibrary
https://css-tricks.com/creating-scroll-based-animations-in-full-view/
Dec 10, 2025 - It’s not that hard to do! Preethi shows you how it's really the same old animation you’re used to writing in CSS, only applied on a view timeline instead of a...
full viewcss trickscreatingscrollbased
https://developer.mozilla.org/en-US/docs/Web/CSS/Guides/Scroll-driven_animations
The CSS scroll-driven animations module provides functionality that builds on the CSS animations module and Web Animations API. It allows you to animate...
cssscrolldrivenanimationsmdn
https://pawelgrzybek.com/popover-element-entry-and-exit-animations-in-a-few-lines-of-css/
Creating entry and exit animations for elements has always been tedious. Nowadays, we can do it with just a few lines of pure CSS, without a single line of JS.
popoverelemententryexitanimations
https://speakerdeck.com/stephaniewalter/enhancing-user-experience-with-css-animations
Aug 5, 2020 - Transcript and replay here: https://stephaniewalter.design/blog/enhancing-user-experience-with-css-animations/ With CSS and JS progress,...
enhancing user experiencecss animationsspeaker deck
https://wp-search.org/ja/plugins/blocks-animation/
css animationsblocksgutenberg
https://cydstumpel.nl/css-scroll-driven-animations-for-creative-developers/?swcfpc=1
Sep 18, 2025 - Scroll animations have been around for years and are pretty much synonymous with Creative Development, but they have always required JavaScript to record the...
developers blogcssscrolldrivenanimations
https://developer.chrome.com/blog/scroll-triggered-animations
We have scroll-driven animations. Now, meet scroll-triggered animations.
cssscrolltriggeredanimationscoming
https://scottspence.com/posts/gradient-animations-in-tailwindcss
Jan 6, 2023 - Tailwind is cool, right? Really configurable as well, I wanted to add some gradient animation to a project of mine. So did a search and foun...
tailwind cssgradientanimationssveltekitscott
https://joshcollinsworth.com/blog/great-transitions
Creating high-quality, polished web animations is both a science and an art. This post covers the best things I've learned over the last decade of crafting web...
css transitionsjosh collinsworthtentipsbetter
https://www.debugbear.com/blog/opacity-animation-poor-lcp
Nov 10, 2025 - Chrome doesn't count elements with an opacity of 0 as LCP candidates. If the elements are repainted later on this can increase the LCP.
largest contentful paintcss opacityanimationsdelay
https://www.wpbeginner.com/plugins/how-to-easily-add-css-animations-in-wordpress/
Dec 23, 2024 - Want to add CSS animations in WordPress? Grab the visitor’s attention and get more conversions by adding CSS animations to your WordPress website (2 methods)
css animationseasilyaddwordpresssimple
https://stuffandnonsense.co.uk/blog/smashing-animations-part-8-theming-animations-using-css-relative-colour
Jan 14, 2026
smashinganimationspartthemingusing
https://www.cssscript.com/tag/text-animation/
40+ Latest free pure JavaScript and/or CSS library for fancy text animations and typing effects.
latestfreetextanimationspure
https://frontendmasters.com/courses/css-animations/?utm_source=stateofcss&utm_medium=website&utm_campaign=stateofcss2024&utm_content=textlink
Jul 25, 2022 - Learn CSS transitions, animations, custom properties, data attributes, choreography, animation states, layout animations, and reactive animations with a little...
css animationstransitionslearnbasics
https://animista.net/
Animista is a CSS animation library and a place where you can play with a collection of ready-made CSS animations and download only those you will use.
css animationsdemandlibrary
https://tympanus.net/codrops/2025/11/04/creating-3d-scroll-driven-text-animations-with-css-and-gsap/
A step-by-step guide to building high-performance 3D scroll effects with GSAP, ScrollTrigger, and CSS transform math.
creatingscrolldriventextanimations
https://www.developerway.com/posts/intro-to-css-animations-for-react-devs
Investigating CSS animations in React by building some useful components like slide-in drawers, expandable search field, and fancy hover effects.
css animationsreact developersintro
https://www.smashingmagazine.com/2026/01/smashing-animations-part-8-css-relative-colour/
CSS relative colour values are now widely supported. In this article, pioneering author and web designer [Andy Clarke](https://stuffandnonsense.co.uk/) shares...
smashinganimationspartthemingusing
https://ryanmulligan.dev/blog/scroll-triggered-animations-style-queries/
Combine scroll-driven animations and style queries to trigger an animation sequence powered only by CSS.
style queriescssscrolltriggeredanimations
https://www.awwwards.com/awwwards/collections/css-js-animations/
Examples of stunning CSS3 and Javascript animation examples. Featuring UI elements, scroll triggered animations, SVG and much more.
js animationscssawwwards
https://webkit.org/blog/17101/a-guide-to-scroll-driven-animations-with-just-css/
CSS animations have come a long way since Apple first introduced them to the web in 2007.
guidescrolldrivenanimationscss
https://css-loaders.com/
The biggest collection of CSS-only loaders. More than 600 loading animations made by Temani Afif using a single element.
css loaderscollectionloadinganimations
https://www.bram.us/2023/09/16/solved-by-css-scroll-driven-animations-detect-if-an-element-can-scroll-or-not/
Leverage Scroll-Driven Animations + a Space Toggle or State Query to selectively style an element based on it being scrollable or not.
solvedcssscrolldrivenanimations
https://www.bram.us/2023/08/07/scroll-driven-animations-and-view-transitions-2023-06-09-css-day/
Backstory, slides, recording, and more of my talk at CSS Day 2023.
view transitionsscrolldrivenanimationscss
https://orz.ai/sites/css-loaders.html
May 12, 2024 - The biggest collection of CSS-only loaders. More than 600 loading animations made by Temani Afif using a single element.
cssbiggestcollectionloaders
https://www.smashingmagazine.com/2023/09/revealing-images-css-mask-animations/
Let’s play with images and experiment with CSS masks. The idea is fairly simple: take a single `` tag and harness the power of CSS to accomplish complex...
smashing magazinerevealingimagescssmask
https://www.smashingmagazine.com/2025/11/smashing-animations-part-6-svgs-css-custom-properties/
SVG is one of those web technologies that’s both elegant and, at times, infuriating. In this article, pioneering author and web designer Andy Clarke explains...
smashinganimationspartmagnificentuse
https://manytools.ai/review/ai-css-animations/
AI CSS Animations transforms web design with voice recognition and AI technology. Create, customize and tweak stunning animations easily, without extensive...
css animationsdesign toolssites likeaiamp
https://www.smashingmagazine.com/2025/12/smashing-animations-part-7-recreating-toon-text-css-svg/
In this article, pioneering author and web designer [Andy Clarke](https://stuffandnonsense.co.uk) shows his techniques for creating [Toon Text...
smashinganimationspartrecreatingtoon
https://codersblock.com/blog/making-orbit-animations-with-css-custom-properties/
Let’s animate some CSS custom properties! This is a powerful way to approach CSS animations that would otherwise be tedious or impractical to implement....
css custom propertiesmakingorbitanimationscoder