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.1440,188latest
5.0.0-rc.2277next
4.0.0-nightly.2020.2.615nightly

Version History

VersionDownloads (Last 7 Days)Published
7.0.1440,188
7.0.01,337,796
6.0.21,851,543
6.0.1149,312
6.0.0302,432
5.1.05,101,106
5.0.329,813
5.0.288,419
5.0.1210,849
5.0.013,385
5.0.0-rc.2277
5.0.0-rc.13
5.0.0-rc.02
4.0.0-nightly.2020.2.615
4.0.0-nightly.2020.1.112
4.0.0-nightly.2020.1.92
4.0.0-nightly.2020.10.203
4.0.0-nightly.2020.9.969
4.0.0-nightly.2020.9.33
4.0.0-nightly.2020.9.13
4.0.0-nightly.2020.8.292
4.0.0-nightly.2020.8.252
4.0.0-nightly.2020.8.242
4.0.0-nightly.2020.8.174
4.0.0-nightly.2020.8.104
4.0.0-nightly.2020.8.44
4.0.0-nightly.2020.8.12
4.0.0-nightly.2020.7.312
4.0.0-nightly.2020.7.252
4.0.0-nightly.2020.7.242
4.0.22,222,377
4.0.121,718
4.0.02,484
4.0.0-rc.223
4.0.0-rc.02

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