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

Articles Tagged
transitions

3 Articles
{
,

}
Direct link to the article ease-out, in; ease-in, out
animation easing transitions

ease-out, in; ease-in, out

We got to talking about easing in a recent episode of ShopTalk with Val Head and Sarah Drasner. Easing is important stuff when it comes to animations and transitions. Combined with the duration, it has a huge effect on the …

Avatar of Chris Coyier
Chris Coyier on May 18, 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)

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