MCPcopy Create free account
hub / github.com/bea4dev/ShojiWM / pendingDisplayConfigPayload

Function pendingDisplayConfigPayload

tools/decoration-runtime.ts:824–829  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

822 from?: RuntimeManagedWindowPoint;
823 to: RuntimeManagedWindowPoint;
824 duration: number;
825 easing: RuntimeManagedWindowAnimationEasing;
826 mode: "override" | "add" | "sub";
827 };
828 opacity?: {
829 from?: number;
830 to: number;
831 duration: number;
832 easing: RuntimeManagedWindowAnimationEasing;

Callers 1

mainFunction · 0.85

Calls 1

takePendingDisplayConfigFunction · 0.90

Tested by

no test coverage detected