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.1852,306latest
5.0.0-rc.2217next
4.0.0-nightly.2020.2.6112nightly

Version History

VersionDownloads (Last 7 Days)Published
7.0.1852,306
7.0.01,001,971
6.0.21,913,180
6.0.1139,786
6.0.0295,832
5.1.05,887,941
5.0.367,200
5.0.2100,096
5.0.1334,839
5.0.025,989
5.0.0-rc.2217
5.0.0-rc.13
5.0.0-rc.03
4.0.0-nightly.2020.2.6112
4.0.0-nightly.2020.1.113
4.0.0-nightly.2020.1.93
4.0.0-nightly.2020.10.202
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.293
4.0.0-nightly.2020.8.254
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.244
4.0.23,380,292
4.0.151,041
4.0.010,696
4.0.0-rc.21,306
4.0.0-rc.011

Package Sidebar

Install

npm i postcss-normalize-timing-functions

Weekly Downloads

11,326,750

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