A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/mattdesl/prefix-style below:

mattdesl/prefix-style: gets a prefixed name for a css style

For a camel case string like "transform" or "transformStyle", returns the prefixed version like "MozTransformStyle" (if necessary). Returns false if the style is unsupported.

var camel = require('to-camel-case')
var prefix = require('prefix-style')

var key = prefix(camel('transform-style'))
if (key)
    element.style[key] = 'preserve-3d'

Original implementation by Paul Irish, with some modifications by me.

Prefixes prop, a camel case string like transformStyle or fontSmoothing. Returns the prefixed camel case version (or unprefixed if the browser supports it). Returns false if the browser doesn't support it.

Implementation by Paul Irish.

Redistributed under MIT, see LICENSE.md for details.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4