{"id":15706671,"url":"https://github.com/transitive-bullshit/react-springy-scroll","last_synced_at":"2025-10-30T10:45:39.073Z","repository":{"id":147828054,"uuid":"160462123","full_name":"transitive-bullshit/react-springy-scroll","owner":"transitive-bullshit","description":"React utility that adds a physical springiness to elements on scroll.","archived":false,"fork":false,"pushed_at":"2020-07-11T23:13:42.000Z","size":3027,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-01T01:51:07.665Z","etag":null,"topics":["animation","react","spring"],"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/transitive-bullshit.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":"2018-12-05T04:45:42.000Z","updated_at":"2021-04-19T05:33:03.000Z","dependencies_parsed_at":"2023-05-27T15:15:25.496Z","dependency_job_id":null,"html_url":"https://github.com/transitive-bullshit/react-springy-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/transitive-bullshit%2Freact-springy-scroll","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/transitive-bullshit%2Freact-springy-scroll/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/transitive-bullshit%2Freact-springy-scroll/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/transitive-bullshit%2Freact-springy-scroll/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/transitive-bullshit","download_url":"https://codeload.github.com/transitive-bullshit/react-springy-scroll/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253805733,"owners_count":21967050,"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":["animation","react","spring"],"created_at":"2024-10-03T20:26:18.553Z","updated_at":"2025-10-30T10:45:34.036Z","avatar_url":"https://github.com/transitive-bullshit.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-springy-scroll ([demo](https://transitive-bullshit.github.io/react-springy-scroll/))\n\n\u003e React utility that adds a physical springiness to elements on scroll.\n\n[![NPM](https://img.shields.io/npm/v/react-springy-scroll.svg)](https://www.npmjs.com/package/react-springy-scroll) [![Build Status](https://travis-ci.com/transitive-bullshit/react-springy-scroll.svg?branch=master)](https://travis-ci.com/transitive-bullshit/react-springy-scroll) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)\n\n[![Demo](https://raw.githubusercontent.com/transitive-bullshit/react-springy-scroll/master/example/demo.gif)](https://transitive-bullshit.github.io/react-springy-scroll/)\n\n## Install\n\n```bash\nnpm install --save react-springy-scroll\n```\n\n## Usage\n\nCheck out the [demo](https://transitive-bullshit.github.io/react-springy-scroll/).\n\n```jsx\nimport React, { Component } from 'react'\n\nimport Springy from 'react-springy-scroll'\n\nexport default class App extends Component {\n  render () {\n    return (\n      \u003cSpringy\u003e\n        \u003cdiv\u003eThis div will move like a spring on scroll.\u003c/div\u003e\n      \u003c/Springy\u003e\n    )\n  }\n}\n\n```\n\n## Props\n\n| Property    | Type             | Default  | Description |\n|:------------|:-----------------|:---------|:------------|\n| `children`    | `Node`  | **required** | Children element(s) to make add springiness to. |\n| `...`       | ...              | undefined | Any other props are applied to the root element. |\n\n## License\n\nMIT © [Travis Fischer](https://github.com/transitive-bullshit)\n\nSupport my OSS work by \u003ca href=\"https://twitter.com/transitive_bs\"\u003efollowing me on twitter \u003cimg src=\"https://storage.googleapis.com/saasify-assets/twitter-logo.svg\" alt=\"twitter\" height=\"24px\" align=\"center\"\u003e\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftransitive-bullshit%2Freact-springy-scroll","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftransitive-bullshit%2Freact-springy-scroll","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftransitive-bullshit%2Freact-springy-scroll/lists"}