{"_id":"scroll-to","_rev":"16-292896a2855f6551220d8722e372c3be","name":"scroll-to","description":"Smooth window scroll to position with requestAnimationFrame","dist-tags":{"latest":"0.0.2"},"versions":{"0.0.1":{"name":"scroll-to","repo":"component/scroll-to","description":"Smooth window scroll to position with requestAnimationFrame","version":"0.0.1","keywords":["scroll","animate","scroll-to"],"dependencies":{"raf-component":"1.0.0","tween-component":"1.0.0"},"license":"MIT","main":"index.js","component":{"scripts":{"scroll-to/index.js":"index.js"}},"_id":"scroll-to@0.0.1","dist":{"shasum":"fef181202d9b2c259ee4ae2126afb3f537c0629e","tarball":"https://registry.npmjs.org/scroll-to/-/scroll-to-0.0.1.tgz","integrity":"sha512-f84/hM1BnsetfnNtP1hysiRUgST0xNNcQk7kMsLoAFaefS/z9kfBFh50lRXUEELMCs7ZTlWlegRxl67J9zhy/w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHHG8vMrTHwvoQrgbSfwaJUa/bZubXslTywCXNbyProFAiB4yD1SDaPdRHZC+nNxVjFzNHeJDldvlPM20tMLWX1fkw=="}]},"_from":".","_npmVersion":"1.2.14","_npmUser":{"name":"tjholowaychuk","email":"tj@vision-media.ca"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"0.0.2":{"name":"scroll-to","description":"Smooth window scroll to position with requestAnimationFrame","version":"0.0.2","keywords":["scroll","animate","scroll-to"],"dependencies":{"component-raf":"1.2.0","component-tween":"1.2.0"},"browser":{"raf":"component-raf","tween":"component-tween"},"license":"MIT","main":"index.js","component":{"scripts":{"scroll-to/index.js":"index.js"}},"repository":{"type":"git","url":"https://github.com/component/scroll-to.git"},"gitHead":"d7bf3a353f56fe059c76696cc0216a09b111c894","bugs":{"url":"https://github.com/component/scroll-to/issues"},"homepage":"https://github.com/component/scroll-to","_id":"scroll-to@0.0.2","scripts":{},"_shasum":"936d398a9133660a2492145c2c0081dfcb0728f3","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"tootallnate","email":"nathan@tootallnate.net"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"tootallnate","email":"nathan@tootallnate.net"}],"dist":{"shasum":"936d398a9133660a2492145c2c0081dfcb0728f3","tarball":"https://registry.npmjs.org/scroll-to/-/scroll-to-0.0.2.tgz","integrity":"sha512-Jej5WQ8RvLFNQwCvJtiPfJ0wECCed5KdLnGPi1Cbd+djxcpwP1iInwhGAmzT87LTQcwxqLGd64zCX+1e0MmlLA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBhiQh4HBKVSAu6aBoIhivAVsw30cu6WvVkrEKuGRLJTAiEAzcBqelg9eEsu8er+acP0Ri2YnnieKCHTRM3ZdB1yxFg="}]},"directories":{}}},"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","maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"tootallnate","email":"nathan@tootallnate.net"}],"time":{"modified":"2022-06-26T16:53:34.006Z","created":"2013-05-28T15:28:27.574Z","0.0.1":"2013-05-28T15:29:02.599Z","0.0.2":"2015-03-20T04:36:28.428Z"},"users":{"tigefa":true,"dfcreative":true,"nichoth":true,"craigdmckenna":true,"mrmartineau":true,"moimikey":true,"panlw":true,"bonashen":true},"keywords":["scroll","animate","scroll-to"],"license":"MIT","readmeFilename":"Readme.md","homepage":"https://github.com/component/scroll-to","repository":{"type":"git","url":"https://github.com/component/scroll-to.git"},"bugs":{"url":"https://github.com/component/scroll-to/issues"}}