@pygmalionjs/pygmalion 0.6.4 → 0.6.5
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.
|
@@ -4247,6 +4247,9 @@ function Ve(t) {
|
|
|
4247
4247
|
}
|
|
4248
4248
|
const Uh = new bl(), vs = "data-pygmalion-auto-motion", bs = "data-pygmalion-auto-motions", yl = "data-pygmalion-motion", _l = Object.freeze({
|
|
4249
4249
|
mode: "frozen",
|
|
4250
|
+
// Frozen uses the mixed visual baseline (finite motion settled, repeating
|
|
4251
|
+
// motion at cycle start). This becomes the explicit timeline phase only
|
|
4252
|
+
// after Play, Pause, or Phase enters motion mode.
|
|
4250
4253
|
progress: 0,
|
|
4251
4254
|
seekRevision: 0
|
|
4252
4255
|
}), Vi = /:(focus-visible|focus-within|hover|focus|active)(?![a-z0-9_-])/gi;
|