@douyinfe/semi-animation-styled
Advanced tools
Comparing version 2.61.1-alpha.0 to 2.62.0-beta.0
@@ -28,3 +28,3 @@ "use strict"; | ||
exports.types = types; | ||
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); } | ||
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; } | ||
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); } | ||
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; } |
@@ -7,7 +7,4 @@ "use strict"; | ||
exports.speeds = exports.loops = exports.delays = void 0; | ||
const loops = ['1', '2', '3', '4', '5', 'infinite']; | ||
exports.loops = loops; | ||
const delays = ['0s', '1s', '2s', '3s', '4s', '5s']; | ||
exports.delays = delays; | ||
const speeds = ['default', 'fast', 'faster', 'slow', 'slower']; | ||
exports.speeds = speeds; | ||
const loops = exports.loops = ['1', '2', '3', '4', '5', 'infinite']; | ||
const delays = exports.delays = ['0s', '1s', '2s', '3s', '4s', '5s']; | ||
const speeds = exports.speeds = ['default', 'fast', 'faster', 'slow', 'slower']; |
@@ -7,29 +7,15 @@ "use strict"; | ||
exports.zoomingExits = exports.zoomingEntrances = exports.specials = exports.slidingExits = exports.slidingEntrances = exports.rotatingExits = exports.rotatingEntrances = exports.lightspeed = exports.flippers = exports.fadingExits = exports.fadingEntrances = exports.bouncingExits = exports.bouncingEntrances = exports.attentionSeekers = void 0; | ||
const attentionSeekers = ['bounce', 'flash', 'headShake', 'heartBeat', 'jello', 'pulse', 'rubberBand', 'shake', 'swing', 'tada', 'wobble']; | ||
exports.attentionSeekers = attentionSeekers; | ||
const bouncingEntrances = ['bounceIn', 'bounceInDown', 'bounceInLeft', 'bounceInRight', 'bounceInUp']; | ||
exports.bouncingEntrances = bouncingEntrances; | ||
const bouncingExits = ['bounceOut', 'bounceOutDown', 'bounceOutLeft', 'bounceOutRight', 'bounceOutUp']; | ||
exports.bouncingExits = bouncingExits; | ||
const fadingEntrances = ['fadeIn', 'fadeInDown', 'fadeInDownBig', 'fadeInLeft', 'fadeInLeftBig', 'fadeInRight', 'fadeInRightBig', 'fadeInUp', 'fadeInUpBig']; | ||
exports.fadingEntrances = fadingEntrances; | ||
const fadingExits = ['fadeOut', 'fadeOutDown', 'fadeOutDownBig', 'fadeOutLeft', 'fadeOutLeftBig', 'fadeOutRight', 'fadeOutRightBig', 'fadeOutUp', 'fadeOutUpBig']; | ||
exports.fadingExits = fadingExits; | ||
const flippers = ['flip', 'flipInX', 'flipInY', 'flipOutX', 'flipOutY']; | ||
exports.flippers = flippers; | ||
const lightspeed = ['lightSpeedIn', 'lightSpeedOut']; | ||
exports.lightspeed = lightspeed; | ||
const rotatingEntrances = ['rotateIn', 'rotateInDownLeft', 'rotateInDownRight', 'rotateInUpLeft', 'rotateInUpRight']; | ||
exports.rotatingEntrances = rotatingEntrances; | ||
const rotatingExits = ['rotateOut', 'rotateOutDownLeft', 'rotateOutDownRight', 'rotateOutUpLeft', 'rotateOutUpRight']; | ||
exports.rotatingExits = rotatingExits; | ||
const slidingEntrances = ['slideInDown', 'slideInLeft', 'slideInRight', 'slideInUp']; | ||
exports.slidingEntrances = slidingEntrances; | ||
const slidingExits = ['slideOutDown', 'slideOutLeft', 'slideOutRight', 'slideOutUp']; | ||
exports.slidingExits = slidingExits; | ||
const specials = ['hinge', 'jackInTheBox', 'rollIn', 'rollOut']; | ||
exports.specials = specials; | ||
const zoomingEntrances = ['zoomIn', 'zoomInDown', 'zoomInLeft', 'zoomInRight', 'zoomInUp']; | ||
exports.zoomingEntrances = zoomingEntrances; | ||
const zoomingExits = ['zoomOut', 'zoomOutDown', 'zoomOutLeft', 'zoomOutRight', 'zoomOutUp']; | ||
exports.zoomingExits = zoomingExits; | ||
const attentionSeekers = exports.attentionSeekers = ['bounce', 'flash', 'headShake', 'heartBeat', 'jello', 'pulse', 'rubberBand', 'shake', 'swing', 'tada', 'wobble']; | ||
const bouncingEntrances = exports.bouncingEntrances = ['bounceIn', 'bounceInDown', 'bounceInLeft', 'bounceInRight', 'bounceInUp']; | ||
const bouncingExits = exports.bouncingExits = ['bounceOut', 'bounceOutDown', 'bounceOutLeft', 'bounceOutRight', 'bounceOutUp']; | ||
const fadingEntrances = exports.fadingEntrances = ['fadeIn', 'fadeInDown', 'fadeInDownBig', 'fadeInLeft', 'fadeInLeftBig', 'fadeInRight', 'fadeInRightBig', 'fadeInUp', 'fadeInUpBig']; | ||
const fadingExits = exports.fadingExits = ['fadeOut', 'fadeOutDown', 'fadeOutDownBig', 'fadeOutLeft', 'fadeOutLeftBig', 'fadeOutRight', 'fadeOutRightBig', 'fadeOutUp', 'fadeOutUpBig']; | ||
const flippers = exports.flippers = ['flip', 'flipInX', 'flipInY', 'flipOutX', 'flipOutY']; | ||
const lightspeed = exports.lightspeed = ['lightSpeedIn', 'lightSpeedOut']; | ||
const rotatingEntrances = exports.rotatingEntrances = ['rotateIn', 'rotateInDownLeft', 'rotateInDownRight', 'rotateInUpLeft', 'rotateInUpRight']; | ||
const rotatingExits = exports.rotatingExits = ['rotateOut', 'rotateOutDownLeft', 'rotateOutDownRight', 'rotateOutUpLeft', 'rotateOutUpRight']; | ||
const slidingEntrances = exports.slidingEntrances = ['slideInDown', 'slideInLeft', 'slideInRight', 'slideInUp']; | ||
const slidingExits = exports.slidingExits = ['slideOutDown', 'slideOutLeft', 'slideOutRight', 'slideOutUp']; | ||
const specials = exports.specials = ['hinge', 'jackInTheBox', 'rollIn', 'rollOut']; | ||
const zoomingEntrances = exports.zoomingEntrances = ['zoomIn', 'zoomInDown', 'zoomInLeft', 'zoomInRight', 'zoomInUp']; | ||
const zoomingExits = exports.zoomingExits = ['zoomOut', 'zoomOutDown', 'zoomOutLeft', 'zoomOutRight', 'zoomOutUp']; |
{ | ||
"name": "@douyinfe/semi-animation-styled", | ||
"version": "2.61.1-alpha.0", | ||
"version": "2.62.0-beta.0", | ||
"description": "semi styled animation", | ||
@@ -42,3 +42,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "f71e54e9801ec5202aee97832c772ad73996fcd5" | ||
"gitHead": "aa6b83e5efc6705625be251749aa45a182c5eac3" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14010
110