{"id":22897886,"url":"https://github.com/jonath-z/react-z-scroll","last_synced_at":"2026-04-30T10:35:43.019Z","repository":{"id":65231797,"uuid":"587760759","full_name":"Jonath-z/react-z-scroll","owner":"Jonath-z","description":"React scroll library built on top of skrollr library","archived":false,"fork":false,"pushed_at":"2023-01-12T09:55:58.000Z","size":1062,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-12T18:04:47.119Z","etag":null,"topics":["npm-package","react","react-skrollr","scroll","skrollr"],"latest_commit_sha":null,"homepage":"https://github.com/Jonath-z/react-z-scroll#readme","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/Jonath-z.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}},"created_at":"2023-01-11T14:23:26.000Z","updated_at":"2023-01-12T14:00:01.000Z","dependencies_parsed_at":"2023-01-15T18:01:03.444Z","dependency_job_id":null,"html_url":"https://github.com/Jonath-z/react-z-scroll","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jonath-z%2Freact-z-scroll","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jonath-z%2Freact-z-scroll/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jonath-z%2Freact-z-scroll/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jonath-z%2Freact-z-scroll/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Jonath-z","download_url":"https://codeload.github.com/Jonath-z/react-z-scroll/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246563382,"owners_count":20797446,"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":["npm-package","react","react-skrollr","scroll","skrollr"],"created_at":"2024-12-14T00:19:49.837Z","updated_at":"2026-04-30T10:35:42.992Z","avatar_url":"https://github.com/Jonath-z.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-z-scroll\n\n\u003e Made with create-react-library\n\nreact-z-scroll is a react scroll library built on top of [skrollr](https://github.com/Prinzhorn/skrollr).\n\n[![NPM](https://img.shields.io/npm/v/react-z-scroll.svg)](https://www.npmjs.com/package/react-z-scroll) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)\n\n## DEM0\n\n[react-z-scroll demo](https://react-z-scroll-demo-butik004.vercel.app)\n\n## Install\n\n```bash\nnpm install --legacy-peer-deps react-z-scroll\n```\n\n## Usage\n\nAdd `ScrollProvider` into root app\n\n```jsx\nimport React, { Component } from 'react'\n\nimport { ScrollProvider } from 'react-z-scroll'\n\nconst myApp = () =\u003e {\n     return (\n      \u003cScrollProvider\n        init={{\n          smoothScrollingDuration: 500,\n          smoothScrolling: true,\n          forceHeight: false\n        }}\n      \u003e\n      ...\n      \u003c/ScrollProvider\u003e\n    )\n}\n```\n\n### Setting Scene data (Required)\n\nUse data scrolling via props `data` (props type is object)\n\nSkrollr [_Data attr document_](https://github.com/Prinzhorn/skrollr#absolute-vs-relative-mode)\n\n```js\nconst Component = () =\u003e {\n  return (\n    \u003cScene\n      data={{\n        'data-center-center': 'opacity: 1;',\n        'data-bottom-top': 'opacity: 0;'\n      }}\n    \u003e\n      Some content\n    \u003c/Scene\u003e\n  )\n}\n```\n\n## License\n\nMIT © [Jonath-z](https://github.com/Jonath-z)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonath-z%2Freact-z-scroll","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjonath-z%2Freact-z-scroll","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonath-z%2Freact-z-scroll/lists"}