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

7.0.1 • 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.1437,683latest
5.0.0-rc.2277next
4.0.0-nightly.2020.2.615nightly

Version History

VersionDownloads (Last 7 Days)Published
7.0.1437,683
7.0.01,344,445
6.0.21,847,674
6.0.1149,014
6.0.0299,379
5.1.05,086,873
5.0.328,706
5.0.289,066
5.0.1212,781
5.0.013,700
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,241,485
4.0.122,054
4.0.02,456
4.0.0-rc.224
4.0.0-rc.02

Package Sidebar

Install

npm i postcss-normalize-timing-functions

Weekly Downloads

11,775,747

Version

7.0.1

License

MIT

Unpacked Size

6.51 kB

Total Files

6

Last publish

Collaborators

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