Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getAnimationMode
Function · 0.50
Tested by
no test coverage detected