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 ©

/is-animatable/

    Package Sidebar

    Install

    npm i is-animatable

    Weekly Downloads

    0

    Version

    1.0.1

    License

    MIT

    Last publish

    Collaborators

    • hemanth