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?