Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GraphiteEditor/Graphite
/ carousel.js
File
carousel.js
website/static/js/component/carousel.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
FLING_VELOCITY_THRESHOLD = 10;
2
const
FLING_VELOCITY_WINDOW_SIZE = 20;
3
4
window.addEventListener(
"DOMContentLoaded"
, initializeCarousel);
Callers
nothing calls this directly
Calls
1
dragEnd
Function · 0.85
Tested by
no test coverage detected