{"id":15699970,"url":"https://github.com/jossmac/react-view-transition","last_synced_at":"2025-05-12T12:44:38.696Z","repository":{"id":57347388,"uuid":"135775240","full_name":"jossmac/react-view-transition","owner":"jossmac","description":"🎟 Animate views as they mount/unmout","archived":false,"fork":false,"pushed_at":"2018-06-05T04:06:26.000Z","size":134,"stargazers_count":6,"open_issues_count":1,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-04T19:44:34.609Z","etag":null,"topics":["react","transition","view"],"latest_commit_sha":null,"homepage":"https://jossmac.github.io/react-view-transition","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jossmac.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-06-02T00:40:46.000Z","updated_at":"2023-08-23T11:26:18.000Z","dependencies_parsed_at":"2022-08-28T04:00:51.657Z","dependency_job_id":null,"html_url":"https://github.com/jossmac/react-view-transition","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/jossmac%2Freact-view-transition","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jossmac%2Freact-view-transition/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jossmac%2Freact-view-transition/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jossmac%2Freact-view-transition/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jossmac","download_url":"https://codeload.github.com/jossmac/react-view-transition/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221265147,"owners_count":16788015,"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":["react","transition","view"],"created_at":"2024-10-03T19:43:19.617Z","updated_at":"2024-10-24T02:21:48.357Z","avatar_url":"https://github.com/jossmac.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React View Transition\n\nAnimate views as they mount/unmount.\n\nhttps://jossmac.github.io/react-view-transition\n\n```jsx\nimport TransitionProvider from 'react-view-transition';\n\nconst Slider = ({ views }) =\u003e (\n  \u003cTransitionProvider\u003e\n    {views.map(v =\u003e \u003cdiv key={v.key}\u003e{v.label}\u003c/div\u003e)}\n  \u003c/TransitionProvider\u003e\n);\nSlider.defaultProps = {\n  views: [\n    { key: 'first', label: 'First View' },\n    { key: 'second', label: 'Second View' },\n    { key: 'third', label: 'Third View' },\n  ],\n};\n```\n\n## Alternatives\n\nThis component is intentionally simple. For more a sophisticated alternative checkout:\n\n- https://github.com/souporserious/react-view-pager\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjossmac%2Freact-view-transition","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjossmac%2Freact-view-transition","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjossmac%2Freact-view-transition/lists"}