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