Easing made easy.
0.16,1.0,0.3,1.0
X1Y1X2Y2
1. Recipe
OutCustom(You do you, boo)
KIND
BÉZIER
STYLE
2. Preview
Linear
Out Custom
ms
3. Export
-webkit-transition-timing-function: cubic-bezier(0.160, 1.000, 0.300, 1.000);
-moz-transition-timing-function: cubic-bezier(0.160, 1.000, 0.300, 1.000);
-o-transition-timing-function: cubic-bezier(0.160, 1.000, 0.300, 1.000);
transition-timing-function: cubic-bezier(0.160, 1.000, 0.300, 1.000);

-webkit-transition: all 500ms cubic-bezier(0.160, 1.000, 0.300, 1.000);
-moz-transition: all 500ms cubic-bezier(0.160, 1.000, 0.300, 1.000);
-o-transition: all 500ms cubic-bezier(0.160, 1.000, 0.300, 1.000);
transition: all 500ms cubic-bezier(0.160, 1.000, 0.300, 1.000);
4. Share
Do you like this tool?
A project by Meritt Thomas