Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UI5/webcomponents
/ shouldAnimate
Method
shouldAnimate
packages/main/src/ProgressIndicator.ts:142–144 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
140
}
141
142
get shouldAnimate() {
143
return
getAnimationMode() !== AnimationMode.None;
144
}
145
146
get valueStateText() {
147
const
percentValue = `${this.validatedValue}%`;
Callers
nothing calls this directly
Calls
1
getAnimationMode
Function · 0.50
Tested by
no test coverage detected