{"id":16347412,"url":"https://github.com/cuth/scrollr","last_synced_at":"2025-11-09T02:30:36.335Z","repository":{"id":5016251,"uuid":"6174834","full_name":"cuth/scrollr","owner":"cuth","description":"This is a simple javascript scroll bar built for modern browsers.","archived":false,"fork":false,"pushed_at":"2014-05-01T20:07:38.000Z","size":328,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-28T06:11:55.098Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"php-fig/fig-standards","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cuth.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-10-11T14:05:58.000Z","updated_at":"2014-05-01T20:07:38.000Z","dependencies_parsed_at":"2022-09-07T14:51:29.836Z","dependency_job_id":null,"html_url":"https://github.com/cuth/scrollr","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cuth%2Fscrollr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cuth%2Fscrollr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cuth%2Fscrollr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cuth%2Fscrollr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cuth","download_url":"https://codeload.github.com/cuth/scrollr/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239565663,"owners_count":19660158,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-11T00:42:13.809Z","updated_at":"2025-11-09T02:30:36.297Z","avatar_url":"https://github.com/cuth.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"scrollr\n=======\n\nThis is a simple javascript scroll bar built for modern browsers.\n\n### Requires\n*\tjQuery\n*\tdragger - https://github.com/cuth/dragger\n\n### Use\n1.\tInclude the required files\n2.\tInclude scrollr.js and scrollr.css\n3.\tRun this code for only non touch devices. Use whatever method you want to detect a touch device.\n4.\tInstantiate the object on an element that has `overflow: scroll`\n6.\tRun `setBarSize` when you have initalized all of you scroll objects. This should be run after every initialize because changing the overflow property can change the size of the element.\n\n### Example\n\n```javascript\nif (!(\"ontouchstart\" in window)) {\n\tvar sb = new Scrollr('body');\n}\n```\n\nAdd lib/addWheelListener.js for more mouse wheel browser support.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcuth%2Fscrollr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcuth%2Fscrollr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcuth%2Fscrollr/lists"}