MCPcopy Create free account
hub / github.com/DeedMob/react-load-image / camelizeStyleName

Function camelizeStyleName

example/dist.js:16272–16274  ·  view source on GitHub ↗

* Camelcases a hyphenated CSS property name, for example: * * > camelizeStyleName('background-color') * < "backgroundColor" * > camelizeStyleName('-moz-transition') * < "MozTransition" * > camelizeStyleName('-ms-transition') * < "msTransition" * * As Andi Smith suggests * (http

(string)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

warnHyphenatedStyleNameFunction · 0.85

Calls 1

camelizeFunction · 0.85

Tested by

no test coverage detected