MCPcopy Create free account
hub / github.com/UI5/webcomponents / getAnimationMode

Function getAnimationMode

packages/base/src/InitialConfiguration.ts:48–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46
47/* General settings */
48const getAnimationMode = () => {
49 initConfiguration();
50 return initialConfig.animationMode;
51};
52
53const getTheme = () => {
54 initConfiguration();

Callers 8

suppressAnimationMethod · 0.50
shouldAnimateMethod · 0.50
shouldNotAnimateMethod · 0.50
ANIMATION_DURATIONMethod · 0.50
collapseColumnMethod · 0.50
onEnterDOMMethod · 0.50

Calls 1

initConfigurationFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…