diff --git a/examples/advanced/corruption-manager.html b/examples/advanced/corruption-manager.html index a77ad05..9225edb 100644 --- a/examples/advanced/corruption-manager.html +++ b/examples/advanced/corruption-manager.html @@ -3,58 +3,74 @@
-Unified lifecycle manager for the three canonical corruption patterns — src/core/corruption-manager.js
Character-by-character corruption → readable text
+ + +
+ Unified corruption animation lifecycle — decode, flicker, hybrid.
+ Provided by src/core/corruption-manager.js.
+
Character-by-character corruption → readable text
+Rapid phrase cycling — unstable signal simulation
+Flicker phase → decode phase (maximum chaos)
+Rapid phrase cycling — unstable signal simulation
-Flicker phase → decode phase (maximum chaos)
-import { CorruptionManager } from 'src/core/corruption-manager.js';
+
+
+ Usage
+
+ import { CorruptionManager } from 'src/core/corruption-manager.js';
const mgr = new CorruptionManager({ nsfw: false });
@@ -249,6 +253,9 @@ Usage
mgr.stop(); // cancel all running animations
mgr.destroy(); // full teardown (visibilitychange listener removed)
+
+
+