Sign in
Log inSign up
CSS transition with varying speeds?

CSS transition with varying speeds?

Matthew Stillwell's photo
Matthew Stillwell
·Mar 1, 2016

I am changing an element's position using translate and CSS transitions where I'm applying this transition to my element:

transition: all .3s ease;

I want the transition speed to be really fast at the start and then slow down towards the end. Is there a way to do it?