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

Method shouldNotAnimate

packages/main/src/Panel.ts:236–238  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

234 }
235
236 get shouldNotAnimate() {
237 return this.noAnimation || getAnimationMode() === AnimationMode.None;
238 }
239
240 _isMobile() {
241 if (supportsTouch()) {

Callers

nothing calls this directly

Calls 1

getAnimationModeFunction · 0.50

Tested by

no test coverage detected