{"id":19208306,"url":"https://github.com/boydjohnson/yew-transition-group","last_synced_at":"2025-07-09T05:05:57.690Z","repository":{"id":62444781,"uuid":"494736688","full_name":"boydjohnson/yew-transition-group","owner":"boydjohnson","description":"react-transition-group but for yew","archived":false,"fork":false,"pushed_at":"2022-05-22T10:34:24.000Z","size":11,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-13T11:05:37.952Z","etag":null,"topics":["yew","yew-framework"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/boydjohnson.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-05-21T09:22:56.000Z","updated_at":"2023-08-12T12:17:58.000Z","dependencies_parsed_at":"2022-11-01T22:31:57.502Z","dependency_job_id":null,"html_url":"https://github.com/boydjohnson/yew-transition-group","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/boydjohnson/yew-transition-group","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boydjohnson%2Fyew-transition-group","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boydjohnson%2Fyew-transition-group/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boydjohnson%2Fyew-transition-group/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boydjohnson%2Fyew-transition-group/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/boydjohnson","download_url":"https://codeload.github.com/boydjohnson/yew-transition-group/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boydjohnson%2Fyew-transition-group/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264396629,"owners_count":23601542,"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":["yew","yew-framework"],"created_at":"2024-11-09T13:25:44.179Z","updated_at":"2025-07-09T05:05:57.647Z","avatar_url":"https://github.com/boydjohnson.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# yew-transition-group\n\nBased off of `react-transition-group`.\n\n`react-transition-group` has `Transition`, `CssTransition`, and `TransitionGroup`.\n\n`yew-transition-group` has only `Transition` right now. When I get time, `TransitionGroup` will be implemented. I don't think `CssTransition` is feasible right now.\n\n## Usage\n\nCargo.toml\n```\n[dependencies]\nyew-transition-group = \"0.0.1\"\n```\n\nIn view\n```rust\nhtml !{\n\u003cTransition enter={ enter } timeout={ Timeout::new(200) } notification={ notification_callback }\u003e\n    \u003cp\u003e{ \"Hello World\" }\u003c/p\u003e\n\u003c/Transition\u003e\n\n}\n```\n\nWhere enter is a boolean, controlling when you want the transition to appear, and notification_callback is a `Callback\u003cTransitionState\u003e` where you get notified about changes to the `TransitionState` from `Entering` -\u003e `Entered` -\u003e `Exiting` -\u003e `Exited`.\n\nCheck out the [example](/examples/transition-example/) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboydjohnson%2Fyew-transition-group","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fboydjohnson%2Fyew-transition-group","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboydjohnson%2Fyew-transition-group/lists"}