is-animatable
1.0.1 • Public • Published is-animatable
Checks if a given CSS property is animatable or not.
$ npm install --save is-animatable
const isAnimatable = require('is-animatable');
isAnimatable('transform'); // true
isAnimatable('-webkit-transform'); // true
isAnimatable('-xmeow-transform'); // false
MIT ©
Package Sidebar
Install
Weekly Downloads