1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/postcss-normalize-timing-fu...
詹力 1a19ec897f 删除无关模块 2024-01-16 21:26:16 +08:00
..
dist i4 2023-12-18 13:12:25 +08:00
node_modules 删除无关模块 2024-01-16 21:26:16 +08:00
LICENSE-MIT i4 2023-12-18 13:12:25 +08:00
README.md i4 2023-12-18 13:12:25 +08:00
package.json 删除无关模块 2024-01-16 21:26:16 +08:00

README.md

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