{"id":23114051,"url":"https://github.com/abkarim/scrollbar","last_synced_at":"2025-09-10T16:43:46.600Z","repository":{"id":130932242,"uuid":"485977541","full_name":"abkarim/scrollbar","owner":"abkarim","description":"Text scrolling with pure css animation","archived":false,"fork":false,"pushed_at":"2023-01-22T23:15:56.000Z","size":14,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-22T14:54:13.589Z","etag":null,"topics":["css-scrollbar","marquee","scrollview"],"latest_commit_sha":null,"homepage":"https://abkarim.github.io/scrollbar/","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/abkarim.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-04-26T23:21:18.000Z","updated_at":"2023-01-26T13:41:15.000Z","dependencies_parsed_at":"2023-04-20T12:48:28.876Z","dependency_job_id":null,"html_url":"https://github.com/abkarim/scrollbar","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/abkarim/scrollbar","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abkarim%2Fscrollbar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abkarim%2Fscrollbar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abkarim%2Fscrollbar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abkarim%2Fscrollbar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abkarim","download_url":"https://codeload.github.com/abkarim/scrollbar/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abkarim%2Fscrollbar/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274488717,"owners_count":25294778,"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","status":"online","status_checked_at":"2025-09-10T02:00:12.551Z","response_time":83,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["css-scrollbar","marquee","scrollview"],"created_at":"2024-12-17T03:18:33.333Z","updated_at":"2025-09-10T16:43:46.549Z","avatar_url":"https://github.com/abkarim.png","language":"CSS","readme":"# Text scrolling\r\n\r\nScroll elements with css animation. JavaScript is only used for initiate the animation. This scrollbar works without affecting the site performance. Click on the **star** to reach more people\r\n\r\n## [Demo](https://karim-scrollbar.netlify.app/)\r\n\r\n## Change text direction\r\n\r\nChange animation name **scrollbarMoveLeft** to **scrollbarMoveRight** in style.css\r\n\r\n```css\r\n/* Wrapper */\r\n.scrollbar-container .scrollbar-wrapper {\r\n  //...\r\n  animation: scrollbarMoveLeft var(--scrollbar-animation-time) infinite linear;\r\n  // ...\r\n}\r\n```\r\n\r\nTO\r\n\r\n```css\r\n/* Wrapper */\r\n.scrollbar-container .scrollbar-wrapper {\r\n  //...\r\n  animation: scrollbarMoveRight var(--scrollbar-animation-time) infinite linear;\r\n  // ...\r\n}\r\n```\r\n\r\n## Change heading position\r\n\r\nFlip values of left and right in style.css\r\n\r\n```css\r\n/* Message section */\r\n.scrollbar-container .scrollbar-message-section {\r\n  //...\r\n  left: 0;\r\n  right: auto;\r\n  // ...\r\n}\r\n```\r\n\r\nTO\r\n\r\n```css\r\n/* Message section */\r\n.scrollbar-container .scrollbar-message-section {\r\n  //...\r\n  left: auto;\r\n  right: 0;\r\n  // ...\r\n}\r\n```\r\n\r\n## Change speed\r\n\r\nchange speed in `script.js` file\r\n\r\n```javascript\r\n// Scrolling speed\r\nconst speed = 0.5;\r\n```\r\n\r\n## Handle hover state\r\n\r\nwhat will happen when user hover over a scrolling item\r\n\r\n**Paused**\r\n\r\n```css\r\n/* \r\n* What happen on hover item\r\n*/\r\n.scrollbar-container .scrollbar-wrapper:hover {\r\n  animation-play-state: paused;\r\n}\r\n```\r\n\r\n**Running**\r\n\r\n```css\r\n/* \r\n* What happen on hover item\r\n*/\r\n.scrollbar-container .scrollbar-wrapper:hover {\r\n  animation-play-state: running;\r\n}\r\n```\r\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabkarim%2Fscrollbar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabkarim%2Fscrollbar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabkarim%2Fscrollbar/lists"}