1.0.1 • Published 8 years ago

is-animatable v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

is-animatable Build Status

Checks if a given CSS property is animatable or not.

Install

$ npm install --save is-animatable

Usage

const isAnimatable = require('is-animatable');

isAnimatable('transform'); // true
isAnimatable('-webkit-transform'); // true
isAnimatable('-xmeow-transform'); // false

License

MIT ©