https://github.com/skclusive/skclusive.transition.component
Transition components for Blazor
https://github.com/skclusive/skclusive.transition.component
asp-net-core blazor csharp dotnet
Last synced: 12 months ago
JSON representation
Transition components for Blazor
- Host: GitHub
- URL: https://github.com/skclusive/skclusive.transition.component
- Owner: skclusive
- License: mit
- Created: 2019-12-14T19:03:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-05T20:50:38.000Z (over 5 years ago)
- Last Synced: 2025-07-03T00:07:12.662Z (12 months ago)
- Topics: asp-net-core, blazor, csharp, dotnet
- Language: C#
- Homepage:
- Size: 247 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Skclusive.Transition.Component
=============================
> A set of components for managing component states (including mounting and unmounting) over time, specifically designed with animation in mind.
### Installation
Add a reference to the library from [](https://www.nuget.org/packages/Skclusive.Transition.Component/)
## Credits
This is an attempt to port [react-transition-group](https://github.com/reactjs/react-transition-group) to Blazor.
## License
Skclusive.Transition.Component is licensed under [MIT license](http://www.opensource.org/licenses/mit-license.php)
DomHelpers Services and DomHelpers Scripts addition