MCPcopy Index your code
hub / github.com/react-dates/react-dates / getTransformStyles

Function getTransformStyles

src/utils/getTransformStyles.js:1–8  ·  view source on GitHub ↗
(transformValue)

Source from the content-addressed store, hash-verified

1export default function getTransformStyles(transformValue) {
2 return {
3 transform: transformValue,
4 msTransform: transformValue,
5 MozTransform: transformValue,
6 WebkitTransform: transformValue,
7 };
8}

Callers 3

renderMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…