Skip to content

mobkits/prop-detect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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