My FeedDiscussionsHeadless CMS
New
Sign in
Log inSign up
Learn more about Hashnode Headless CMSHashnode Headless CMS
Collaborate seamlessly with Hashnode Headless CMS for Enterprise.
Upgrade ✨Learn more
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?