0.0.4 • Published 7 years ago

prefixer2 v0.0.4

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

prefixer

get animation event prefixed name in all browsers

Installation

npm i prefixer2 -S

Usage

import {prefixer} from 'prefixer2';
var transform = prefixer.transform();
document.querySelector('div')[transform] = 'translate(30px,30px)';

Methods

  • transform {function} get prefixed transform
  • transiton {function} get prefixed transition
  • transitionend {function} get prefixed transitionend
  • animationstart {function} get prefixed animationstart
  • animationiteration {function} get prefixed animationiteration
  • animationend {function} get prefixed animationend
0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago