animot-presenter 0.6.1 → 0.6.2

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.
@@ -11,7 +11,12 @@
11
11
  * Other modes (instant, typewriter, fade-words) are handled elsewhere by the
12
12
  * /present render path — this action no-ops for those.
13
13
  *
14
- * The action registers a restart fn into `window.__svgAnimRestart` so the
14
+ * Each runner builds a `currentSeek(elapsedMs)` closure that snapshots the
15
+ * setup state and computes the visual at any virtual time. The live RAF loop
16
+ * calls it with real elapsed; the MP4/GIF export pipeline calls it via
17
+ * `window.__seekAllTextAnims(virtualMs)` for frame-perfect captures.
18
+ *
19
+ * The action also registers a restart fn into `window.__svgAnimRestart` so the
15
20
  * server-side video export pipeline can reset all animations under the
16
21
  * virtual clock at the start of the slide hold (same pattern as FlowMarkers
17
22
  * and arrowClipDraw).