Skip to main content
CSS-Tricks
  • Articles
  • Alamanac
  • Guides
  • Videos
  • Books
  • Newsletter
Search

Articles Tagged
animation

130 Articles
{
,

}
Direct link to the article SVG Line Animations
animation SVG

SVG Line Animations

Nice post by the Vox Media team detailing how the line animations work in their epic PS4 review. Little weird not to credit Jake though.…

Avatar of Chris Coyier
Chris Coyier on Nov 25, 2013 (Updated on Oct 24, 2014)
Direct link to the article Animated Media Queries
animation

Animated Media Queries

If you apply a transition on an element for a particular supported property, and that property ever changes, it will use that transition. If a class name on that element changes and the new class changes that property, it will …

Avatar of Chris Coyier
Chris Coyier on Oct 11, 2013 (Updated on Mar 4, 2016)
Direct link to the article Controlling CSS Animations and Transitions with JavaScript
animation css animation transitions

Controlling CSS Animations and Transitions with JavaScript

The following is a guest post by Zach Saucier. Zach wrote to me telling me that, as a frequenter on coding forums like Stack Overflow, he sees the questions come up all the time about controlling CSS animations with …

Avatar of Zach Saucier
Zach Saucier on Sep 17, 2013 (Updated on May 13, 2021)
Direct link to the article transition-delay
animation transition-delay transitions

transition-delay

The transition-delay property, normally used as part of transition shorthand, is used to define a length of time to delay the start of a transition.

.delay-me {
  transition-delay: 0.25s;
}

The value can be one of the following:

  • A valid
…
Avatar of Louis Lazaris
Louis Lazaris on Jul 19, 2013 (Updated on Aug 12, 2019)
Direct link to the article The State of Spinners
animation

The State of Spinners

If you need to indicate “please wait, something is happening” on a website, a spinner has long been the go-to choice. Probably an animated GIF, although there are other options like CSS animations, apng, SVG, or canvas. James Padolsey …

Avatar of Chris Coyier
Chris Coyier on Mar 31, 2013 (Updated on Jul 22, 2013)
Direct link to the article Uniqlo Stripe Hovers
animation

Uniqlo Stripe Hovers

For the larger promotional boxes in the design of Uniqlo.com, they use animated stripes that reveal on hover. It’s kind of awesome, if you ask me. Perhaps because they wanted to share the awesome with as many different browsers …

Avatar of Chris Coyier
Chris Coyier on Feb 27, 2013 (Updated on Mar 4, 2016)
Direct link to the article Pseudo Element Animations/Transitions Bug Fixed in WebKit
animation

Pseudo Element Animations/Transitions Bug Fixed in WebKit

It has been a long-standing bug in WebKit that pseudo elements (like ::before and ::after) cannot be animated or transitioned. As of yesterday that bug was fixed thanks to Elliott Sprehn. You can pop open Google Chrome Canary and see …

Avatar of Chris Coyier
Chris Coyier on Jan 3, 2013 (Updated on Jul 22, 2013)
Direct link to the article animation
animation

animation

The animation property in CSS can be used to animate many other CSS properties such as color, background-color, height, or width. Each animation needs to be defined with the @keyframes at-rule which is then called with …

Avatar of Chris Coyier
Chris Coyier on Aug 20, 2011 (Updated on Sep 22, 2022)
Direct link to the article How To Make Walking Links
animation

How To Make Walking Links

While screwing around at the ol’ Zen Garden, I ran into a pretty neat little effect for underlined links. We’ve talked about this before, but never incorporating animation.

A “walking link” is a link with a dotted underline …

Avatar of Chris Coyier
Chris Coyier on Jan 3, 2008 (Updated on Apr 23, 2013)
  • Newer
  • 1
  • ...
  • 10
  • 11
  • 12

CSS-Tricks is powered by DigitalOcean.

Keep up to date on web dev

with our hand-crafted newsletter

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