{"id":32255277,"url":"https://github.com/tinydesk/angular-scroll-rtl","last_synced_at":"2026-02-21T02:01:25.234Z","repository":{"id":58246282,"uuid":"62724823","full_name":"tinydesk/angular-scroll-rtl","owner":"tinydesk","description":"Provides an abstraction layer to compensate for browser differences in handling scrollLeft in RTL mode","archived":false,"fork":false,"pushed_at":"2018-02-21T18:47:31.000Z","size":9,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2026-01-23T19:39:17.416Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/tinydesk.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}},"created_at":"2016-07-06T13:54:19.000Z","updated_at":"2017-03-04T09:03:25.000Z","dependencies_parsed_at":"2022-08-31T00:21:52.744Z","dependency_job_id":null,"html_url":"https://github.com/tinydesk/angular-scroll-rtl","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/tinydesk/angular-scroll-rtl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinydesk%2Fangular-scroll-rtl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinydesk%2Fangular-scroll-rtl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinydesk%2Fangular-scroll-rtl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinydesk%2Fangular-scroll-rtl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tinydesk","download_url":"https://codeload.github.com/tinydesk/angular-scroll-rtl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinydesk%2Fangular-scroll-rtl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29671513,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T00:11:43.526Z","status":"online","status_checked_at":"2026-02-21T02:00:07.432Z","response_time":107,"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":[],"created_at":"2025-10-22T18:44:44.677Z","updated_at":"2026-02-21T02:01:25.223Z","avatar_url":"https://github.com/tinydesk.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# angular-scroll-rtl\n\nProvides an abstraction layer to compensate for browser differences in handling scrollLeft in RTL mode.\n\n## Get Started\n\nInstall via bower:\n\n```\nbower install angular-scroll-rtl --save\n```\n\nAdd dependency:\n\n```javascript\nangular.module('myApp', ['td.scroll']);\n```\n\nMake sure that `dist/angular-scroll-rtl.js` is included in your html file.\n\n## Usage\n\nThe module will extend the `angular.element` prototype by adding the following methods:\n\n### scrollLeft(value)\n\nThe behaviour is similar to the corresponding [jQuery method](https://api.jquery.com/scrollleft/). The difference is, that it will account for browser discrepancies that occur when the element's direction is set to right-to-left. In this case, it will always return the right-most position as 0, whereas the left-most position is the maximum scroll value. \n\n### direction(value)\n\nWhen provided with no value, returns the currently effective direction setting for the element. When a value is present, the direction of the element will be set to the specified value. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftinydesk%2Fangular-scroll-rtl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftinydesk%2Fangular-scroll-rtl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftinydesk%2Fangular-scroll-rtl/lists"}