@pixodesk/svg-animator-core 1.0.40 → 1.0.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +58 -13
- package/dist/{internal-BZSJtt_h.d.ts → PxDocumentDiagnostic-COGEjBbg.d.cts} +74 -448
- package/dist/{internal-BZSJtt_h.d.cts → PxDocumentDiagnostic-COGEjBbg.d.ts} +74 -448
- package/dist/chunk-7ZO7PQKZ.min.js +1 -0
- package/dist/{chunk-PAE3NF2U.js → chunk-L6GJ6Y2M.js} +168 -567
- package/dist/chunk-L6GJ6Y2M.js.map +1 -0
- package/dist/index.cjs +206 -926
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +15 -15
- package/dist/index.d.ts +15 -15
- package/dist/index.js +84 -175
- package/dist/index.js.map +1 -1
- package/dist/index.min.cjs +1 -1
- package/dist/index.min.js +1 -1
- package/dist/internal.cjs +78 -78
- package/dist/internal.cjs.map +1 -1
- package/dist/internal.d.cts +378 -1
- package/dist/internal.d.ts +378 -1
- package/dist/internal.js +413 -34
- package/dist/internal.js.map +1 -1
- package/dist/internal.min.cjs +1 -1
- package/dist/internal.min.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-PAE3NF2U.js.map +0 -1
- package/dist/chunk-WIVGJ5YO.min.js +0 -1
package/dist/index.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { P as PxAnimatedSvgDocument, a as PxEngineCallbacks, b as
|
|
2
|
-
export {
|
|
1
|
+
import { P as PxAnimatedSvgDocument, a as PxEngineCallbacks, b as PxAnimatorApi, c as PxAnimatorConfig, d as PxStartOn, e as PxNode } from './PxDocumentDiagnostic-COGEjBbg.cjs';
|
|
2
|
+
export { f as PX_TRANSFORM_PART_KEYS, g as PX_TRIGGER_DEFAULTS, h as PX_WIRE_BASELINE_VERSION, i as PX_WIRE_STEPS, j as PX_WIRE_VERSION, k as PX_WIRE_VERSION_KEY, l as PxAlongPathMode, m as PxAnimatedSvgDocumentSchema, n as PxAnimationDefinition, o as PxAnimatorCallbacks, p as PxAnimatorConfigSchema, q as PxAnimatorHandle, r as PxAttrValueSchema, s as PxBezierPath, t as PxBezierPathSchema, u as PxBinding, v as PxClipPathEffectSchema, w as PxCloneEffectSchema, x as PxCloneWithout, y as PxControlMode, z as PxControlProps, A as PxDefinitions, B as PxDefinitionsSchema, C as PxDiagnostic, D as PxDiagnosticKind, E as PxDiagnostics, F as PxDiagnosticsConfig, G as PxEffects, H as PxEffectsSchema, I as PxElementAnimation, J as PxElementAnimationSchema, K as PxFillGradientEffectSchema, L as PxFillMode, M as PxFinishAction, N as PxGlyph, O as PxGlyphFont, Q as PxGradientSpreadMethod, R as PxGradientStopSchema, S as PxGradientType, T as PxInfer, U as PxKeyframe, V as PxKeyframeSchema, W as PxKeyframeValueSchema, X as PxLengthAdjust, Y as PxLoop, Z as PxLoopDirection, _ as PxLoopRepeatAt, $ as PxLoopSchema, a0 as PxMaskType, a1 as PxMaskedByEffectSchema, a2 as PxNodeBaseSchema, a3 as PxNodeSchema, a4 as PxOutAction, a5 as PxPathOverflow, a6 as PxPinAlign, a7 as PxPlaybackApi, a8 as PxPlaybackDirection, a9 as PxPropertyAnimation, aa as PxPropertyAnimationSchema, ab as PxRemoveIndex, ac as PxRepeaterEffectSchema, ad as PxRetimeEffectSchema, ae as PxSchema, af as PxSchemaDesc, ag as PxScroll, ah as PxScrollAxis, ai as PxScrollKind, aj as PxScrollPhase, ak as PxScrollRangePoint, al as PxScrollRangePointSchema, am as PxScrollRangeSchema, an as PxScrollSchema, ao as PxScrollSource, ap as PxStrokeTrimEffectSchema, aq as PxStrokeTrimSubPaths, ar as PxSvgNode, as as PxSvgNodeRootSchema, at as PxTextEffectSchema, au as PxTextPathEffectSchema, av as PxTextPathMethod, aw as PxTextPathSpacing, ax as PxTimeline, ay as PxTimelineEngine, az as PxTimelineEngineSetting, aA as PxTimelineSchema, aB as PxTransformByEffectSchema, aC as PxTransformParts, aD as PxTransformPartsSchema, aE as PxTransformValue, aF as PxTransformValueSchema, aG as PxTrigger, aH as PxTriggerSchema, aI as PxUnits, aJ as PxValidationContext, aK as PxVec2, aL as PxWireConversionOptions, aM as PxWireConversionResult, aN as PxWireStepKind, aO as PxWireVersion, aP as PxWireVersionRelation, aQ as PxWireVersionStep, aR as applyWireSteps, aS as calcAnimationValues, aT as compareWireVersion, aU as controlModeTakesOverTrigger, aV as convertWireDocument, aW as describeSchema, aX as diagnoseDocument, aY as downgradeWireDocument, aZ as flattenAnimatorTimeline, a_ as formatWireVersion, a$ as generateNewIds, b0 as getAnimatorConfig, b1 as getBindings, b2 as getChildren, b3 as getDefinitions, b4 as isNativeForced, b5 as isPxDocument, b6 as isValidPxDocument, b7 as materializeAllInTree, b8 as mayUseNativeScrollTimeline, b9 as nestAnimatorTimeline, ba as normalizeBindings, bb as parseWireVersion, bc as px, bd as readWireVersion, be as resolveControlMode, bf as resolveTimelineEngine, bg as resolveTrigger, bh as schemaKeys, bi as toDomProps, bj as validateDocument, bk as validateNodeEffects, bl as wireVersionAdvice } from './PxDocumentDiagnostic-COGEjBbg.cjs';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* THE PLAYER'S WIRE SCHEMA VERSION — the `a.b` of `svgRoot.animator.version`.
|
|
@@ -15,7 +15,7 @@ export { B as BASELINE_PLAYER_VERSION, C as COLOR_ATTR_NAMES, f as CSS_ONLY_STYL
|
|
|
15
15
|
* and every format change invisible between releases.
|
|
16
16
|
* @public @advanced
|
|
17
17
|
*/
|
|
18
|
-
declare const
|
|
18
|
+
declare const PX_WIRE_SCHEMA_VERSION = "1.1";
|
|
19
19
|
|
|
20
20
|
/**
|
|
21
21
|
* Platform adapter interface for abstracting platform-specific operations.
|
|
@@ -33,10 +33,10 @@ interface PxPlatformAdapter {
|
|
|
33
33
|
*
|
|
34
34
|
* @param adapter Platform adapter for DOM/environment operations.
|
|
35
35
|
* @param callbacks Optional lifecycle callbacks.
|
|
36
|
-
* @returns A
|
|
36
|
+
* @returns A PxAnimatorApi instance.
|
|
37
37
|
* @public @advanced
|
|
38
38
|
*/
|
|
39
|
-
declare function
|
|
39
|
+
declare function createAdapterAnimator(doc: PxAnimatedSvgDocument, adapter: PxPlatformAdapter, callbacks?: PxEngineCallbacks): PxAnimatorApi;
|
|
40
40
|
|
|
41
41
|
/** The one message every engine prints for a rejected rate. @public @advanced */
|
|
42
42
|
declare const PX_RATE_REJECTED = "setPlaybackRate: rate must be finite and non-zero";
|
|
@@ -126,7 +126,7 @@ interface PxAnimatorConfigMergeResult {
|
|
|
126
126
|
/** A deep-partial of the WIRE `timeline` block; `null` at any slot deletes it. @public */
|
|
127
127
|
type PxTimelinePatch = Record<string, any> | null;
|
|
128
128
|
/** The four flat shortcuts every surface offers for the keys people reach for most. @public */
|
|
129
|
-
interface
|
|
129
|
+
interface PxTimelineShortcuts {
|
|
130
130
|
/** Shortcut for `timeline.duration` — one iteration, ms. Wins over the same key in `timeline`. */
|
|
131
131
|
duration?: number;
|
|
132
132
|
/** Shortcut for `timeline.delay` — the wait before the first iteration, ms. */
|
|
@@ -147,10 +147,10 @@ interface PxAnimatorConfigShortcuts {
|
|
|
147
147
|
* from it, `createAnimator`'s options extend it.
|
|
148
148
|
* @public
|
|
149
149
|
*/
|
|
150
|
-
interface
|
|
150
|
+
interface PxPlaybackOverride extends PxTimelineShortcuts {
|
|
151
151
|
/**
|
|
152
152
|
* Per-instance override of the document's `animator.timeline` — the same shape as `timeline`
|
|
153
|
-
* in
|
|
153
|
+
* in docs/format/README.md, deep-merged over what the document says, so one file can play twice on a page
|
|
154
154
|
* with different timing. `null` at any slot DELETES that key, restoring the default its
|
|
155
155
|
* absence means. Also accepts a JSON STRING, which survives a build that mangles object keys.
|
|
156
156
|
*
|
|
@@ -174,7 +174,7 @@ interface PxPlaybackOverrideProps extends PxAnimatorConfigShortcuts {
|
|
|
174
174
|
* way an inline style beats a stylesheet. One implementation so every surface agrees.
|
|
175
175
|
* @public
|
|
176
176
|
*/
|
|
177
|
-
declare function foldTimelineOverride(timeline: PxTimelinePatch | string | undefined, shortcuts:
|
|
177
|
+
declare function foldTimelineOverride(timeline: PxTimelinePatch | string | undefined, shortcuts: PxTimelineShortcuts): PxAnimatorConfigPatch | undefined;
|
|
178
178
|
/**
|
|
179
179
|
* Merge a patch over an animator config. PURE — neither argument is mutated, and the result is
|
|
180
180
|
* always a NEW object, which also matters because `flattenAnimatorTimeline` memoises on config
|
|
@@ -186,14 +186,14 @@ declare function mergeAnimatorConfig(base: PxAnimatorConfig | undefined, patch:
|
|
|
186
186
|
* Document level: resolves the two canonical addresses of the animator config and returns a NEW
|
|
187
187
|
* document that shares every untouched subtree by reference.
|
|
188
188
|
*
|
|
189
|
-
* `
|
|
189
|
+
* `resetTimeline` starts from the player's own defaults instead of the document's playback
|
|
190
190
|
* settings — "play this file as if it said nothing about timing". The lookup tables are kept
|
|
191
191
|
* either way: resetting `definitions`/`bindings` would leave an animation with nothing to
|
|
192
192
|
* animate, which is never what a caller means.
|
|
193
193
|
* @public
|
|
194
194
|
*/
|
|
195
|
-
declare function applyAnimatorConfig(doc: PxAnimatedSvgDocument, patch: PxAnimatorConfigPatch,
|
|
196
|
-
|
|
195
|
+
declare function applyAnimatorConfig(doc: PxAnimatedSvgDocument, patch: PxAnimatorConfigPatch, options?: {
|
|
196
|
+
resetTimeline?: boolean;
|
|
197
197
|
}): {
|
|
198
198
|
doc: PxAnimatedSvgDocument;
|
|
199
199
|
warnings: Array<string>;
|
|
@@ -201,7 +201,7 @@ declare function applyAnimatorConfig(doc: PxAnimatedSvgDocument, patch: PxAnimat
|
|
|
201
201
|
|
|
202
202
|
/**
|
|
203
203
|
* Applier-runtime types: `ApplyContext` (per-run mutable state) and `ApplyResult`
|
|
204
|
-
* (return shape of `
|
|
204
|
+
* (return shape of `materializeNodeEffects`).
|
|
205
205
|
*
|
|
206
206
|
* The wire-shape types (`PxNode`, `PxEffects`, individual effect shapes,
|
|
207
207
|
* `PxAnimatable<T>`, etc.) live in `../PxAnimatorTypes` — the single source
|
|
@@ -233,6 +233,6 @@ interface ApplyResult {
|
|
|
233
233
|
* can target the inner layer.
|
|
234
234
|
* @public @advanced
|
|
235
235
|
*/
|
|
236
|
-
declare function
|
|
236
|
+
declare function materializeNodeEffects(root: PxNode): ApplyResult;
|
|
237
237
|
|
|
238
|
-
export {
|
|
238
|
+
export { PX_RATE_REJECTED, PX_WIRE_SCHEMA_VERSION, PxAnimatedSvgDocument, PxAnimatorApi, PxAnimatorConfig, type PxAnimatorConfigMergeResult, type PxAnimatorConfigPatch, PxEngineCallbacks, PxNode, type PxPlatformAdapter, type PxPlaybackOverride, PxStartOn, type PxTimelinePatch, type PxTimelineShortcuts, applyAnimatorConfig, clampSeekMs, createAdapterAnimator, createRunClock, foldTimelineOverride, isValidPlaybackRate, materializeNodeEffects, mergeAnimatorConfig, progressSpanMs, progressToTimeMs, seekCeilingMs, timeToProgress };
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { P as PxAnimatedSvgDocument, a as PxEngineCallbacks, b as
|
|
2
|
-
export {
|
|
1
|
+
import { P as PxAnimatedSvgDocument, a as PxEngineCallbacks, b as PxAnimatorApi, c as PxAnimatorConfig, d as PxStartOn, e as PxNode } from './PxDocumentDiagnostic-COGEjBbg.js';
|
|
2
|
+
export { f as PX_TRANSFORM_PART_KEYS, g as PX_TRIGGER_DEFAULTS, h as PX_WIRE_BASELINE_VERSION, i as PX_WIRE_STEPS, j as PX_WIRE_VERSION, k as PX_WIRE_VERSION_KEY, l as PxAlongPathMode, m as PxAnimatedSvgDocumentSchema, n as PxAnimationDefinition, o as PxAnimatorCallbacks, p as PxAnimatorConfigSchema, q as PxAnimatorHandle, r as PxAttrValueSchema, s as PxBezierPath, t as PxBezierPathSchema, u as PxBinding, v as PxClipPathEffectSchema, w as PxCloneEffectSchema, x as PxCloneWithout, y as PxControlMode, z as PxControlProps, A as PxDefinitions, B as PxDefinitionsSchema, C as PxDiagnostic, D as PxDiagnosticKind, E as PxDiagnostics, F as PxDiagnosticsConfig, G as PxEffects, H as PxEffectsSchema, I as PxElementAnimation, J as PxElementAnimationSchema, K as PxFillGradientEffectSchema, L as PxFillMode, M as PxFinishAction, N as PxGlyph, O as PxGlyphFont, Q as PxGradientSpreadMethod, R as PxGradientStopSchema, S as PxGradientType, T as PxInfer, U as PxKeyframe, V as PxKeyframeSchema, W as PxKeyframeValueSchema, X as PxLengthAdjust, Y as PxLoop, Z as PxLoopDirection, _ as PxLoopRepeatAt, $ as PxLoopSchema, a0 as PxMaskType, a1 as PxMaskedByEffectSchema, a2 as PxNodeBaseSchema, a3 as PxNodeSchema, a4 as PxOutAction, a5 as PxPathOverflow, a6 as PxPinAlign, a7 as PxPlaybackApi, a8 as PxPlaybackDirection, a9 as PxPropertyAnimation, aa as PxPropertyAnimationSchema, ab as PxRemoveIndex, ac as PxRepeaterEffectSchema, ad as PxRetimeEffectSchema, ae as PxSchema, af as PxSchemaDesc, ag as PxScroll, ah as PxScrollAxis, ai as PxScrollKind, aj as PxScrollPhase, ak as PxScrollRangePoint, al as PxScrollRangePointSchema, am as PxScrollRangeSchema, an as PxScrollSchema, ao as PxScrollSource, ap as PxStrokeTrimEffectSchema, aq as PxStrokeTrimSubPaths, ar as PxSvgNode, as as PxSvgNodeRootSchema, at as PxTextEffectSchema, au as PxTextPathEffectSchema, av as PxTextPathMethod, aw as PxTextPathSpacing, ax as PxTimeline, ay as PxTimelineEngine, az as PxTimelineEngineSetting, aA as PxTimelineSchema, aB as PxTransformByEffectSchema, aC as PxTransformParts, aD as PxTransformPartsSchema, aE as PxTransformValue, aF as PxTransformValueSchema, aG as PxTrigger, aH as PxTriggerSchema, aI as PxUnits, aJ as PxValidationContext, aK as PxVec2, aL as PxWireConversionOptions, aM as PxWireConversionResult, aN as PxWireStepKind, aO as PxWireVersion, aP as PxWireVersionRelation, aQ as PxWireVersionStep, aR as applyWireSteps, aS as calcAnimationValues, aT as compareWireVersion, aU as controlModeTakesOverTrigger, aV as convertWireDocument, aW as describeSchema, aX as diagnoseDocument, aY as downgradeWireDocument, aZ as flattenAnimatorTimeline, a_ as formatWireVersion, a$ as generateNewIds, b0 as getAnimatorConfig, b1 as getBindings, b2 as getChildren, b3 as getDefinitions, b4 as isNativeForced, b5 as isPxDocument, b6 as isValidPxDocument, b7 as materializeAllInTree, b8 as mayUseNativeScrollTimeline, b9 as nestAnimatorTimeline, ba as normalizeBindings, bb as parseWireVersion, bc as px, bd as readWireVersion, be as resolveControlMode, bf as resolveTimelineEngine, bg as resolveTrigger, bh as schemaKeys, bi as toDomProps, bj as validateDocument, bk as validateNodeEffects, bl as wireVersionAdvice } from './PxDocumentDiagnostic-COGEjBbg.js';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* THE PLAYER'S WIRE SCHEMA VERSION — the `a.b` of `svgRoot.animator.version`.
|
|
@@ -15,7 +15,7 @@ export { B as BASELINE_PLAYER_VERSION, C as COLOR_ATTR_NAMES, f as CSS_ONLY_STYL
|
|
|
15
15
|
* and every format change invisible between releases.
|
|
16
16
|
* @public @advanced
|
|
17
17
|
*/
|
|
18
|
-
declare const
|
|
18
|
+
declare const PX_WIRE_SCHEMA_VERSION = "1.1";
|
|
19
19
|
|
|
20
20
|
/**
|
|
21
21
|
* Platform adapter interface for abstracting platform-specific operations.
|
|
@@ -33,10 +33,10 @@ interface PxPlatformAdapter {
|
|
|
33
33
|
*
|
|
34
34
|
* @param adapter Platform adapter for DOM/environment operations.
|
|
35
35
|
* @param callbacks Optional lifecycle callbacks.
|
|
36
|
-
* @returns A
|
|
36
|
+
* @returns A PxAnimatorApi instance.
|
|
37
37
|
* @public @advanced
|
|
38
38
|
*/
|
|
39
|
-
declare function
|
|
39
|
+
declare function createAdapterAnimator(doc: PxAnimatedSvgDocument, adapter: PxPlatformAdapter, callbacks?: PxEngineCallbacks): PxAnimatorApi;
|
|
40
40
|
|
|
41
41
|
/** The one message every engine prints for a rejected rate. @public @advanced */
|
|
42
42
|
declare const PX_RATE_REJECTED = "setPlaybackRate: rate must be finite and non-zero";
|
|
@@ -126,7 +126,7 @@ interface PxAnimatorConfigMergeResult {
|
|
|
126
126
|
/** A deep-partial of the WIRE `timeline` block; `null` at any slot deletes it. @public */
|
|
127
127
|
type PxTimelinePatch = Record<string, any> | null;
|
|
128
128
|
/** The four flat shortcuts every surface offers for the keys people reach for most. @public */
|
|
129
|
-
interface
|
|
129
|
+
interface PxTimelineShortcuts {
|
|
130
130
|
/** Shortcut for `timeline.duration` — one iteration, ms. Wins over the same key in `timeline`. */
|
|
131
131
|
duration?: number;
|
|
132
132
|
/** Shortcut for `timeline.delay` — the wait before the first iteration, ms. */
|
|
@@ -147,10 +147,10 @@ interface PxAnimatorConfigShortcuts {
|
|
|
147
147
|
* from it, `createAnimator`'s options extend it.
|
|
148
148
|
* @public
|
|
149
149
|
*/
|
|
150
|
-
interface
|
|
150
|
+
interface PxPlaybackOverride extends PxTimelineShortcuts {
|
|
151
151
|
/**
|
|
152
152
|
* Per-instance override of the document's `animator.timeline` — the same shape as `timeline`
|
|
153
|
-
* in
|
|
153
|
+
* in docs/format/README.md, deep-merged over what the document says, so one file can play twice on a page
|
|
154
154
|
* with different timing. `null` at any slot DELETES that key, restoring the default its
|
|
155
155
|
* absence means. Also accepts a JSON STRING, which survives a build that mangles object keys.
|
|
156
156
|
*
|
|
@@ -174,7 +174,7 @@ interface PxPlaybackOverrideProps extends PxAnimatorConfigShortcuts {
|
|
|
174
174
|
* way an inline style beats a stylesheet. One implementation so every surface agrees.
|
|
175
175
|
* @public
|
|
176
176
|
*/
|
|
177
|
-
declare function foldTimelineOverride(timeline: PxTimelinePatch | string | undefined, shortcuts:
|
|
177
|
+
declare function foldTimelineOverride(timeline: PxTimelinePatch | string | undefined, shortcuts: PxTimelineShortcuts): PxAnimatorConfigPatch | undefined;
|
|
178
178
|
/**
|
|
179
179
|
* Merge a patch over an animator config. PURE — neither argument is mutated, and the result is
|
|
180
180
|
* always a NEW object, which also matters because `flattenAnimatorTimeline` memoises on config
|
|
@@ -186,14 +186,14 @@ declare function mergeAnimatorConfig(base: PxAnimatorConfig | undefined, patch:
|
|
|
186
186
|
* Document level: resolves the two canonical addresses of the animator config and returns a NEW
|
|
187
187
|
* document that shares every untouched subtree by reference.
|
|
188
188
|
*
|
|
189
|
-
* `
|
|
189
|
+
* `resetTimeline` starts from the player's own defaults instead of the document's playback
|
|
190
190
|
* settings — "play this file as if it said nothing about timing". The lookup tables are kept
|
|
191
191
|
* either way: resetting `definitions`/`bindings` would leave an animation with nothing to
|
|
192
192
|
* animate, which is never what a caller means.
|
|
193
193
|
* @public
|
|
194
194
|
*/
|
|
195
|
-
declare function applyAnimatorConfig(doc: PxAnimatedSvgDocument, patch: PxAnimatorConfigPatch,
|
|
196
|
-
|
|
195
|
+
declare function applyAnimatorConfig(doc: PxAnimatedSvgDocument, patch: PxAnimatorConfigPatch, options?: {
|
|
196
|
+
resetTimeline?: boolean;
|
|
197
197
|
}): {
|
|
198
198
|
doc: PxAnimatedSvgDocument;
|
|
199
199
|
warnings: Array<string>;
|
|
@@ -201,7 +201,7 @@ declare function applyAnimatorConfig(doc: PxAnimatedSvgDocument, patch: PxAnimat
|
|
|
201
201
|
|
|
202
202
|
/**
|
|
203
203
|
* Applier-runtime types: `ApplyContext` (per-run mutable state) and `ApplyResult`
|
|
204
|
-
* (return shape of `
|
|
204
|
+
* (return shape of `materializeNodeEffects`).
|
|
205
205
|
*
|
|
206
206
|
* The wire-shape types (`PxNode`, `PxEffects`, individual effect shapes,
|
|
207
207
|
* `PxAnimatable<T>`, etc.) live in `../PxAnimatorTypes` — the single source
|
|
@@ -233,6 +233,6 @@ interface ApplyResult {
|
|
|
233
233
|
* can target the inner layer.
|
|
234
234
|
* @public @advanced
|
|
235
235
|
*/
|
|
236
|
-
declare function
|
|
236
|
+
declare function materializeNodeEffects(root: PxNode): ApplyResult;
|
|
237
237
|
|
|
238
|
-
export {
|
|
238
|
+
export { PX_RATE_REJECTED, PX_WIRE_SCHEMA_VERSION, PxAnimatedSvgDocument, PxAnimatorApi, PxAnimatorConfig, type PxAnimatorConfigMergeResult, type PxAnimatorConfigPatch, PxEngineCallbacks, PxNode, type PxPlatformAdapter, type PxPlaybackOverride, PxStartOn, type PxTimelinePatch, type PxTimelineShortcuts, applyAnimatorConfig, clampSeekMs, createAdapterAnimator, createRunClock, foldTimelineOverride, isValidPlaybackRate, materializeNodeEffects, mergeAnimatorConfig, progressSpanMs, progressToTimeMs, seekCeilingMs, timeToProgress };
|