UNPKG

maycur-business

Version:

maycur business react components of web

18 lines (15 loc) 437 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = getOffsetDistanceInPx; var _globals = require("../core/globals"); /** * Returns the distance taking into account the default distance due to * the transform: translate setting in CSS * @param {Number} distance * @return {String} */ function getOffsetDistanceInPx(distance) { return -(distance - _globals.Defaults.distance) + 'px'; }