1.1.0 • Published 8 years ago

prop-detect v1.1.0

Weekly downloads
178
License
MIT
Repository
github
Last release
8 years ago

prop-detect

Build Status

Detect animation properties, it's annoying to install each of them. :smiley:

Install

npm i prop-detect -S

Usage

var detect = require('prop-detect')
var transform = detect.transform
var transition = detect.transition
var touchAction = detect.touchAction
var transitionend = detect.transitionend
var has3d = detect.has3d // true or false

API

  • transform style name
  • transition style name
  • touchAction style name
  • transitionend event name
  • has3d true of false