postcss-normalize-timing-functions
TypeScript icon, indicating that this package has built-in type declarations

5.1.0 • Public • Published

postcss-normalize-timing-functions

Normalize timing functions with PostCSS.

Install

With npm do:

npm install postcss-normalize-timing-functions --save

Example

Input

div {
    animate: fade 3s cubic-bezier(0.42, 0, 1, 1)
}

Output

div {
    animate: fade 3s ease-in
}

Usage

See the PostCSS documentation for examples for your environment.

Contributors

See CONTRIBUTORS.md.

License

MIT © Ben Briggs

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
7.0.1901,662latest
5.0.0-rc.2295next
4.0.0-nightly.2020.2.620nightly

Version History

VersionDownloads (Last 7 Days)Published
7.0.1901,662
7.0.0903,367
6.0.21,876,049
6.0.1141,977
6.0.0296,154
5.1.05,407,543
5.0.347,908
5.0.271,257
5.0.1388,128
5.0.013,622
5.0.0-rc.2295
5.0.0-rc.13
5.0.0-rc.03
4.0.0-nightly.2020.2.620
4.0.0-nightly.2020.1.113
4.0.0-nightly.2020.1.93
4.0.0-nightly.2020.10.203
4.0.0-nightly.2020.9.93
4.0.0-nightly.2020.9.33
4.0.0-nightly.2020.9.13
4.0.0-nightly.2020.8.294
4.0.0-nightly.2020.8.253
4.0.0-nightly.2020.8.243
4.0.0-nightly.2020.8.173
4.0.0-nightly.2020.8.103
4.0.0-nightly.2020.8.43
4.0.0-nightly.2020.8.13
4.0.0-nightly.2020.7.313
4.0.0-nightly.2020.7.253
4.0.0-nightly.2020.7.243
4.0.22,602,833
4.0.127,175
4.0.04,195
4.0.0-rc.2307
4.0.0-rc.09

Package Sidebar

Install

npm i postcss-normalize-timing-functions@5.1.0

Version

5.1.0

License

MIT

Unpacked Size

7.1 kB

Total Files

5

Last publish

Collaborators

  • beneb
  • ludovicofischer
  • ai
  • chriseppstein
  • andyjansson
  • evilebottnawi
  • cssnano-bot