Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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 */
48
const
getAnimationMode = () => {
49
initConfiguration();
50
return
initialConfig.animationMode;
51
};
52
53
const
getTheme = () => {
54
initConfiguration();
Callers
8
suppressAnimation
Method · 0.50
shouldAnimate
Method · 0.50
shouldNotAnimate
Method · 0.50
ANIMATION_DURATION
Method · 0.50
collapseColumn
Method · 0.50
exitSeparatorMovementSession
Method · 0.50
onEnterDOM
Method · 0.50
FlexibleColumnLayoutTemplate
Function · 0.50
Calls
1
initConfiguration
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…