MCPcopy
hub / github.com/UI5/webcomponents / push

Method push

packages/base/src/animations/AnimationQueue.ts:32–40  ·  view source on GitHub ↗
(element: HTMLElement, task: TaskType)

Source from the content-addressed store, hash-verified

30 }
31
32 static push(element: HTMLElement, task: TaskType) {
33 const elementTasks = tasks.get(element);
34
35 if (elementTasks) {
36 AnimationQueue.enqueue(element, task);
37 } else {
38 AnimationQueue.run(element, task);
39 }
40 }
41}
42
43export default AnimationQueue;

Callers 15

findGitignoreFilesFunction · 0.80
walkDirFunction · 0.80
configureServerFunction · 0.80
mainFunction · 0.80
processClassFunction · 0.80
processInterfaceFunction · 0.80
processEnumFunction · 0.80
moduleLinkPhaseFunction · 0.80
logDocumentationErrorFunction · 0.80
createFunction · 0.80
addFrameworkPluginsFunction · 0.80
getAllExportsOfKindFunction · 0.80

Calls 3

getMethod · 0.80
enqueueMethod · 0.80
runMethod · 0.80

Tested by

no test coverage detected