Humanistic CSS Transition
-webkit-transition: all 300ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
-moz-transition: all 300ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
-ms-transition: all 300ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
-o-transition: all 300ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
transition: all 300ms cubic-bezier(0.26, 0.86, 0.44, 0.985);