Ian McNally

transition syntax

August 06, 2014

I use Dash, and it’s great. But you know what doc is wrong? The CSS transition one! It’s pulled from the Mozilla docs, and it’s not up to date!

So, for my sanity and yours:

transition: time timing-function property delay

i.e.,

transition: .25s ease-in-out opacity 0

Note: .25s is \the_ magic number_

Also, if you’re not hip to it, check out autoprefixer

– Ian out.


Ian McNally

Hey, I'm Ian. I build websites and write about what I learn as I go. Follow me on Twitter.