/* * Easing function * Originalï¼http://easings.net/ */ $easeInSine: cubic-bezier(0.47, 0, 0.745, 0.715); $easeOutSine: cubic-bezier(0.39, 0.575, 0.565, 1 ); $easeInOutSine: cubic-bezier(0.445, 0.05, 0.55, 0.95 ); $easeInQuad: cubic-bezier(0.55, 0.085, 0.68, 0.53 ); $easeOutQuad: cubic-bezier(0.25, 0.46, 0.45, 0.94 ); $easeInOutQuad: cubic-bezier(0.455, 0.03, 0.515, 0.955); $easeInCubic: cubic-bezi
{{#tags}}- {{label}}
{{/tags}}