Skip to main content
CSS-Tricks
  • Articles
  • Notes
  • Links
  • Guides
  • Almanac
  • Picks
  • Shuffle
Search

Articles Tagged
animation

154 Articles
{
,

}
Direct link to the article steps()
animation

steps()

The CSS steps() function let us divide an animation/transition progress into a specified number of equal-length intervals or steps.
Gabriel Shoyombo on Jul 22, 2025
Direct link to the article linear()
animation

linear()

The linear() function let us define stops in an animation/transition, which will progress sequentially along a straight line.
Gabriel Shoyombo on Jul 22, 2025
Direct link to the article Orbital Mechanics (or How I Optimized a CSS Keyframes Animation)
animation

Orbital Mechanics (or How I Optimized a CSS Keyframes Animation)

What does it look like to refactor your own code? John Rhea picks apart an old CSS animation he wrote and walks through the thought process of optimizing it.
John Rhea on May 8, 2025
GSAP.com homepage with text: "Animate Anything" the text is decorated with colorful shapes.
Direct link to the article GSAP is Now Completely Free, Even for Commercial Use!
animation resource

GSAP is Now Completely Free, Even for Commercial Use!

Along with the version 3.13 release, GSAP, and all its awesome plugins, are now freely available to everyone.
Ryan Trimble on May 6, 2025
Direct link to the article Quick Hit #45
animation resource

Quick Hit #45

The GSAP animation library and its plugins are now completely free for open use.…

Geoff Graham on May 1, 2025
Direct link to the article @keyframes
animation

@keyframes

The @keyframes at-rule sets the value of properties at different points during an animation, so instead of defining how each property should behave at each frame of an animation, we set its keyframes, and CSS will figure out (i.e., interpolate) the values between them.
Juan Diego Rodríguez on Apr 8, 2025
Direct link to the article SMIL on?
animation SVG

SMIL on?

Well, it turns out that SVG's built-in animation features were never deprecated as planned. Sure, CSS and JavaScript are more than capable of carrying the load, but it's good to know that SMIL is not dead in the water as previously thought, and is actually well-supported.
Geoff Graham on Apr 2, 2025
Direct link to the article animation-timeline
animation

animation-timeline

The animation-timeline CSS property controls the progress of animations using timelines beyond the traditional document timeline. Typically, CSS animations progress based on the amount of time passed in the document’s default timeline, which begins when the page is loaded. With …

Saleh Mubashar on Feb 18, 2025
Direct link to the article @starting-style
animation

@starting-style

The @starting-style at-rule in CSS allows us to define styles for elements just as they are first rendered in the DOM. The classic situation this solves is trying to animate an element from display: none.
Juan Diego Rodríguez on Dec 13, 2024 Updated on Feb 2, 2025
  • Newer
  • 1
  • 2
  • 3
  • ...
  • 18
  • Older

CSS-Tricks is powered by DigitalOcean.

Keep up to date on web dev

with our hand-crafted newsletter

DigitalOcean
  • About DO
  • Cloudways
  • Legal stuff
  • Get free credit!
CSS-Tricks
  • Contact
  • Write for CSS-Tricks!
  • Advertise with us
Social
  • RSS Feeds
  • CodePen
  • Mastodon
  • Bluesky
Back to Top