11 lines
382 B
Plaintext
11 lines
382 B
Plaintext
// Monster Hunter cosplay — breathing red
|
|
// Slow breathing between dark maroon (#99283a) and bright red (#d91e1e).
|
|
// One breath cycle lasts 5 seconds. Loops continuously.
|
|
//
|
|
// mode: loop
|
|
// Format: #RRGGBB, duration_ms
|
|
|
|
#99283a, 0 // snap to dim base color
|
|
#d91e1e, 2500 // breathe in — slow rise to bright red
|
|
#99283a, 2500 // breathe out — slow fall back to dim
|