When doing animations in CSS, most commonly, one would either use the default CSS timing functions provided by CSS, or go to cubic-bezier.com and create their own easing function, in order to customize the type of motion. However it’s almost impossible to simulate a realistic elastic spring-like animation with these basic timing functions. This article will show you how to use CSS animations to im