Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UI5/webcomponents
/ suppressAnimation
Method
suppressAnimation
packages/main/src/Carousel.ts:902–904 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
900
}
901
902
get suppressAnimation() {
903
return
this._resizing || getAnimationMode() === AnimationMode.None;
904
}
905
906
get _isRTL() {
907
return
this.effectiveDir ===
"rtl"
;
Callers
nothing calls this directly
Calls
1
getAnimationMode
Function · 0.50
Tested by
no test coverage detected