More optimize
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
// 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
|
||||
Reference in New Issue
Block a user