mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-22 15:54:09 +00:00
@@ -51,3 +51,10 @@ export enum LGraphEventMode {
|
||||
ON_TRIGGER = 3,
|
||||
BYPASS = 4,
|
||||
}
|
||||
|
||||
export enum EaseFunction {
|
||||
LINEAR = "linear",
|
||||
EASE_IN_QUAD = "easeInQuad",
|
||||
EASE_OUT_QUAD = "easeOutQuad",
|
||||
EASE_IN_OUT_QUAD = "easeInOutQuad",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user