mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20:12 +02:00
add missing CrossfadeStyle types
This commit is contained in:
@@ -101,6 +101,10 @@ export enum AuthState {
|
||||
}
|
||||
|
||||
export enum CrossfadeStyle {
|
||||
CONSTANT_POWER = 'constantPower',
|
||||
CONSTANT_POWER_SLOW_CUT = 'constantPowerSlowCut',
|
||||
CONSTANT_POWER_SLOW_FADE = 'constantPowerSlowFade',
|
||||
DIPPED = 'dipped',
|
||||
EQUAL_POWER = 'equalPower',
|
||||
EXPONENTIAL = 'exponential',
|
||||
LINEAR = 'linear',
|
||||
|
||||
Reference in New Issue
Block a user