{"id":26781661,"url":"https://github.com/pixelunion/joverscroll","last_synced_at":"2025-04-19T13:40:46.468Z","repository":{"id":4068536,"uuid":"5172845","full_name":"pixelunion/jOverscroll","owner":"pixelunion","description":"jQuery plugin turns long strings of text into a scrolling marquee","archived":false,"fork":false,"pushed_at":"2012-08-10T00:42:00.000Z","size":118,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":29,"default_branch":"master","last_synced_at":"2024-03-26T12:58:30.094Z","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":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pixelunion.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-07-25T00:08:12.000Z","updated_at":"2018-09-30T18:47:26.000Z","dependencies_parsed_at":"2022-09-08T21:20:42.963Z","dependency_job_id":null,"html_url":"https://github.com/pixelunion/jOverscroll","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixelunion%2FjOverscroll","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixelunion%2FjOverscroll/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixelunion%2FjOverscroll/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixelunion%2FjOverscroll/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pixelunion","download_url":"https://codeload.github.com/pixelunion/jOverscroll/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246156411,"owners_count":20732397,"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":"2025-03-29T08:17:27.131Z","updated_at":"2025-03-29T08:17:27.643Z","avatar_url":"https://github.com/pixelunion.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jOverscroll.js\n\nA simple jQuery plugin handling text scrolling on hover. We found it a relatively common occurence that a design might need to accommodate text areas that on rare occasions contain more text than is expected (or fits) in situations where wrapping to the next line is not a good solution. We solve this problem in a few places by hiding the overflow and scrolling the text when the mouse hovered it, and having it snap back to normal when the mouse comes off it.\n\n## Usage\n\nThe plugin is super easy to use:\n\n    $('#some .selector').jOverscroll();\n\nYou can override the default values (Note: if you don't set width, the plugin will not override the element's width):\n\n    $('#some .selector').jOverscroll({ width: 'auto', scrollTime: 500, scrollBackTime: 100 });\n\nAnd you can chain it:\n\n    $('#some .selector').jOverscroll().css({ color: '#ff00ff' });\n\n## Details\n\nKeep in mind that it implicitly sets two CSS properties on the element(s) you pass it: whitespace to pre, and overflow to hidden. To scroll the text it is animating the text-indent property.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpixelunion%2Fjoverscroll","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpixelunion%2Fjoverscroll","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpixelunion%2Fjoverscroll/lists"}