1 line
19 KiB
JSON
1 line
19 KiB
JSON
|
|
{"ast":null,"code":"export { AsyncMotionValueAnimation } from './animation/AsyncMotionValueAnimation.mjs';\nexport { GroupAnimation } from './animation/GroupAnimation.mjs';\nexport { GroupAnimationWithThen } from './animation/GroupAnimationWithThen.mjs';\nexport { JSAnimation, animateValue } from './animation/JSAnimation.mjs';\nexport { NativeAnimation } from './animation/NativeAnimation.mjs';\nexport { NativeAnimationExtended } from './animation/NativeAnimationExtended.mjs';\nexport { NativeAnimationWrapper } from './animation/NativeAnimationWrapper.mjs';\nexport { animationMapKey, getAnimationMap } from './animation/utils/active-animations.mjs';\nexport { getVariableValue, parseCSSVariable } from './animation/utils/css-variables-conversion.mjs';\nexport { getValueTransition } from './animation/utils/get-value-transition.mjs';\nexport { isCSSVariableName, isCSSVariableToken } from './animation/utils/is-css-variable.mjs';\nexport { inertia } from './animation/generators/inertia.mjs';\nexport { defaultEasing, keyframes } from './animation/generators/keyframes.mjs';\nexport { spring } from './animation/generators/spring/index.mjs';\nexport { calcGeneratorDuration, maxGeneratorDuration } from './animation/generators/utils/calc-duration.mjs';\nexport { createGeneratorEasing } from './animation/generators/utils/create-generator-easing.mjs';\nexport { isGenerator } from './animation/generators/utils/is-generator.mjs';\nexport { DOMKeyframesResolver } from './animation/keyframes/DOMKeyframesResolver.mjs';\nexport { KeyframeResolver, flushKeyframeResolvers } from './animation/keyframes/KeyframesResolver.mjs';\nexport { defaultOffset } from './animation/keyframes/offsets/default.mjs';\nexport { fillOffset } from './animation/keyframes/offsets/fill.mjs';\nexport { convertOffsetToTimes } from './animation/keyframes/offsets/time.mjs';\nexport { applyPxDefaults } from './animation/keyframes/utils/apply-px-defaults.mjs';\nexport { fillWildcards } from './animation/keyframes/utils/fill-wildcards.mjs';\nexport { cubicBezierAsString } from './animation/waapi/easing/cubic-bezier.mjs';\nexport { isWaapiSupportedEasing } from './animation/waapi/easing/is-supported.mjs';\nexport { mapEasingToNativeEasing } from './animation/waapi/easing/map-easing.mjs';\nexport { supportedWaapiEasing } from './animation/waapi/easing/supported.mjs';\nexport { startWaapiAnimation } from './animation/waapi/start-waapi-animation.mjs';\nexport { supportsPartialKeyframes } from './animation/waapi/supports/partial-keyframes.mjs';\nexport { supportsBrowserAnimation } from './animation/waapi/supports/waapi.mjs';\nexport { acceleratedValues } from './animation/waapi/utils/accelerated-values.mjs';\nexport { generateLinearEasing } from './animation/waapi/utils/linear.mjs';\nexport { addAttrValue, attrEffect } from './effects/attr/index.mjs';\nexport { propEffect } from './effects/prop/index.mjs';\nexport { addStyleValue, styleEffect } from './effects/style/index.mjs';\nexport { svgEffect } from './effects/svg/index.mjs';\nexport { createRenderBatcher } from './frameloop/batcher.mjs';\nexport { cancelMicrotask, microtask } from './frameloop/microtask.mjs';\nexport { time } from './frameloop/sync-time.mjs';\nexport { isDragActive, isDragging } from './gestures/drag/state/is-active.mjs';\nexport { setDragLock } from './gestures/drag/state/set-active.mjs';\nexport { hover } from './gestures/hover.mjs';\nexport { press } from './gestures/press/index.mjs';\nexport { isNodeOrChild } from './gestures/utils/is-node-or-child.mjs';\nexport { isPrimaryPointer } from './gestures/utils/is-primary-pointer.mjs';\nexport { defaultTransformValue, parseValueFromTransform, readTransformValue } from './render/dom/parse-transform.mjs';\nexport { getComputedStyle } from './render/dom/style-computed.mjs';\nexport { setStyle } from './render/dom/style-set.mjs';\nexport { positionalKeys } from './render/utils/keys-position.mjs';\nexport { transformPropOrder, transformProps } from './render/utils/keys-transform.mjs';\nexport { resize } from './resize/index.mjs';\nexport { observeTimeline } from
|