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 @@ - CorruptionManager · corrupted-theme + Corruption Manager - Corrupted Theme - - Examples home - - - - -
-

Manager

-
- - - + +
- - -
- - -
-
-

Pattern 1 · Decode

-

Character-by-character corruption → readable text

+ + +
+

Corruption Manager

+

+ Unified corruption animation lifecycle — decode, flicker, hybrid. + Provided by src/core/corruption-manager.js. +

+ + +
+

Manager Controls

+
+ + +
-
- Click Decode to start -
- -
+ + + +
+

Three Canonical Patterns

+ +
+ + +
+
+

Pattern 1 · Decode

+

Character-by-character corruption → readable text

+
+
+ Click Decode to start +
+ +
+ + +
+
+

Pattern 2 · Flicker

+

Rapid phrase cycling — unstable signal simulation

+
+
+ Click Flicker to start +
+ +
+ + +
+
+

Pattern 3 · Hybrid

+

Flicker phase → decode phase (maximum chaos)

+
+
+ Click Hybrid to start +
+ +
- -
-
-

Pattern 2 · Flicker

-

Rapid phrase cycling — unstable signal simulation

-
-
- Click Flicker to start -
- -
- - -
-
-

Pattern 3 · Hybrid

-

Flicker phase → decode phase (maximum chaos)

-
-
- Click Hybrid to start -
- -
- -
+
- -
-

Usage

-
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)
+
+
+