MCPcopy 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

getAnimationModeFunction · 0.50

Tested by

no test coverage detected