MCPcopy Create free account
hub / github.com/apache/echarts / payloadDisableAnimation

Function payloadDisableAnimation

src/util/graphic.ts:914–920  ·  view source on GitHub ↗
(
    payload: TPayload
)

Source from the content-addressed store, hash-verified

912}
913
914export function payloadDisableAnimation<TPayload extends Payload>(
915 payload: TPayload
916): TPayload {
917 // Disable animation in `updateProps` of `graphic.ts`.
918 payload.animation = {duration: 0};
919 return payload;
920}
921
922/**
923 * Decompose an affine matrix to

Callers 2

dispatchActionFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected