is-animatable

1.0.1 • Public • Published

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 ©

Package Sidebar

Install

npm i is-animatable

Weekly Downloads

1

Version

1.0.1

License

MIT

Last publish

Collaborators

  • hemanth