npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

is-animatable

1.0.1

@hemanth

npmHomeRepoSnykSocket
Downloads:13
$ npm install is-animatable
DailyWeeklyMonthlyYearly

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 ©