1.2.0 • Published 9 years ago

venfix v1.2.0

Weekly downloads
7
License
BSD
Repository
github
Last release
9 years ago

venfix

return the appropriate vendor prefixed css name for a property you pass it.

Usage

venfix('translate'); // -> webkitTranslate or mozTranslate etc

you can also pass it a different object and venfix will scan it for vendorized properties, eg window:

venfix('requestFileSystem', window); // -> webkitRequestFileSystem

venfix will cache css properties for next time, so it should be pretty quick.

1.2.0

9 years ago

1.1.7

10 years ago

1.1.6

10 years ago

1.1.5

10 years ago

1.1.4

10 years ago

1.1.3

10 years ago

1.1.2

10 years ago

1.1.1

10 years ago

1.1.0

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago