Socket
Book a DemoInstallSign in
Socket

is-animatable

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

is-animatable

Checks if a given CSS property is animatable or not.

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

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 ©

Keywords

css

FAQs

Package last updated on 21 Mar 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts