Last updated 3 years ago
Was this helpful?
Normalize timing functions with PostCSS.
With do:
npm install postcss-normalize-timing-functions --save
div { animate: fade 3s cubic-bezier(0.42, 0, 1, 1) }
div { animate: fade 3s ease-in }
See the for examples for your environment.
See .
MIT ©