{"id":13432512,"url":"https://github.com/component/scroll-to","last_synced_at":"2025-04-09T12:07:06.707Z","repository":{"id":57100505,"uuid":"10338731","full_name":"component/scroll-to","owner":"component","description":"Smooth window scrolling with requestAnimationFrame and the Tween component","archived":false,"fork":false,"pushed_at":"2017-06-07T08:39:56.000Z","size":180,"stargazers_count":88,"open_issues_count":10,"forks_count":38,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-04-14T06:52:40.609Z","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/component.png","metadata":{"files":{"readme":"Readme.md","changelog":"History.md","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":"2013-05-28T15:27:18.000Z","updated_at":"2023-08-23T04:04:58.000Z","dependencies_parsed_at":"2022-08-20T21:10:33.199Z","dependency_job_id":null,"html_url":"https://github.com/component/scroll-to","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/component%2Fscroll-to","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/component%2Fscroll-to/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/component%2Fscroll-to/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/component%2Fscroll-to/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/component","download_url":"https://codeload.github.com/component/scroll-to/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248036067,"owners_count":21037092,"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-07-31T02:01:12.618Z","updated_at":"2025-04-09T12:07:06.691Z","avatar_url":"https://github.com/component.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"\n# scroll-to\n\n  Smooth window scroll to position with requestAnimationFrame and [Tween](https://github.com/component/tween).\n\n## Installation\n\n    $ component install component/scroll-to\n\n## API\n\n### scrollTo(x, y, [options])\n\n  Scroll to the given point `(x, y)` with the given `options`:\n\n  - `ease` easing function defaulting to \"out-circ\" (view [ease](https://github.com/component/ease) for more)\n  - `duration` animation duration defaulting to `1000`\n\n```js\nvar scrollTo = require('scroll-to');\n\nscrollTo(500, 1200, {\n  ease: 'out-bounce',\n  duration: 1500\n});\n```\n\n## License\n\n  MIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcomponent%2Fscroll-to","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcomponent%2Fscroll-to","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcomponent%2Fscroll-to/lists"}