{"_id":"ssr-scroll-to","_rev":"3-46c90d908a27b96f8a028b865fe82bc7","name":"ssr-scroll-to","description":"Smooth window scroll to position with requestAnimationFrame","dist-tags":{"latest":"0.0.2"},"versions":{"0.0.2":{"name":"ssr-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":"git+https://github.com/sashashakun/ssr-scroll-to.git"},"gitHead":"1f7c0f12d34cfd290a17a8dde5f8acb47ced69f4","bugs":{"url":"https://github.com/sashashakun/ssr-scroll-to/issues"},"homepage":"https://github.com/sashashakun/ssr-scroll-to#readme","_id":"ssr-scroll-to@0.0.2","scripts":{},"_shasum":"05ced13f67362e5f47e523ba0ca2b9ecefda02cc","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.3.1","_npmUser":{"name":"sashashakun","email":"alx.safari@gmail.com"},"dist":{"shasum":"05ced13f67362e5f47e523ba0ca2b9ecefda02cc","tarball":"https://registry.npmjs.org/ssr-scroll-to/-/ssr-scroll-to-0.0.2.tgz","integrity":"sha512-TaaX2cNuwzfov/AOLRcvcgsCZ1pzOki6ye7wEcew72HXCutArAlb+XEq3wUSl7gEdtrK5UQyyO/wFxFBhmaXHg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFxJ70Low6rJwfA6VUuCD7xWsVzXu34zT32bKHYLArE8AiEAhc760ETz8iT4jleF4I31mU8tfOVECKVUDASsKOj75h8="}]},"maintainers":[{"name":"sashashakun","email":"alx.safari@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/ssr-scroll-to-0.0.2.tgz_1475144635186_0.7301104469224811"}}},"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":"sashashakun","email":"alx.safari@gmail.com"}],"time":{"modified":"2022-06-26T23:35:35.176Z","created":"2016-09-29T10:23:55.984Z","0.0.2":"2016-09-29T10:23:55.984Z"},"homepage":"https://github.com/sashashakun/ssr-scroll-to#readme","keywords":["scroll","animate","scroll-to"],"repository":{"type":"git","url":"git+https://github.com/sashashakun/ssr-scroll-to.git"},"bugs":{"url":"https://github.com/sashashakun/ssr-scroll-to/issues"},"license":"MIT","readmeFilename":"Readme.md"}