{"id":15542535,"url":"https://github.com/robdel12/scroll-to-bottom","last_synced_at":"2025-04-14T00:25:52.530Z","repository":{"id":36412157,"uuid":"224249000","full_name":"Robdel12/scroll-to-bottom","owner":"Robdel12","description":"A small promise aware helper function to scroll a webpage to the bottom.","archived":false,"fork":false,"pushed_at":"2024-09-15T18:54:31.000Z","size":1061,"stargazers_count":8,"open_issues_count":5,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-03T12:25:36.459Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/Robdel12.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-11-26T17:29:12.000Z","updated_at":"2024-08-15T09:46:43.000Z","dependencies_parsed_at":"2024-06-18T23:01:02.309Z","dependency_job_id":"4164f5fa-7119-4745-b59b-6671ffa5d5a7","html_url":"https://github.com/Robdel12/scroll-to-bottom","commit_stats":{"total_commits":37,"total_committers":2,"mean_commits":18.5,"dds":"0.16216216216216217","last_synced_commit":"2c2f51ef198ab429a171397b67e3cd41b46d90d9"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Robdel12%2Fscroll-to-bottom","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Robdel12%2Fscroll-to-bottom/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Robdel12%2Fscroll-to-bottom/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Robdel12%2Fscroll-to-bottom/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Robdel12","download_url":"https://codeload.github.com/Robdel12/scroll-to-bottom/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248800112,"owners_count":21163404,"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-02T12:23:19.910Z","updated_at":"2025-04-14T00:25:52.492Z","avatar_url":"https://github.com/Robdel12.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Scroll To Bottom\n\nA small promise aware helper function to scroll a webpage to the bottom. This\ncan be helpful for triggering lazy loading images (or anything using scroll\nbased observation).\n\n## Usage\n\nOnce the function is included in the browser, you can use `scrollToBottom` with\nthe defaults, or pass options:\n\n``` javascript\nscrollToBottom();\nscrollToBottom({ frequency: 50, timing: 5 });\n```\n\n### Options\n\n- `options.frequency` (default: 100) - How many scroll increments\n- `options.timing` (default: 8) - The amout of ms to pause between scroll\n  increments\n- `options.remoteWindow` (default: `window`) - The browsers `window` object. Can\n  be handly for test runners like Cypress, which run the subjects test in a\n  remote iframe\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobdel12%2Fscroll-to-bottom","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobdel12%2Fscroll-to-bottom","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobdel12%2Fscroll-to-bottom/lists"}