1.2.0 • Published 11 years ago
venfix v1.2.0
venfix
return the appropriate vendor prefixed css name for a property you pass it.
Usage
venfix('translate'); // -> webkitTranslate or mozTranslate etcyou can also pass it a different object and venfix will scan it for vendorized properties, eg window:
venfix('requestFileSystem', window); // -> webkitRequestFileSystemvenfix will cache css properties for next time, so it should be pretty quick.