BlazorDeferredRemove
BlazorDeferredRemove copied to clipboard
Create Blazor UI that can wait for CSS animations or transitions to complete before being removed from the DOM.
Bumps [Microsoft.AspNetCore.Components.Web](https://github.com/aspnet/AspNetCore) from 3.1.2 to 3.1.9. Release notes Sourced from Microsoft.AspNetCore.Components.Web's releases. .NET Core 3.1.9 Release Notes Download and Install Repos CLI CoreCLR Core-Setup ASP Extensions ASPNETCORE-Tooling Toolset SDK EF...
Can you use this also to add new items and animate those? Usually you would want to be able to do both dynamically.
There might be better ways of consuming or distributing the javascript in future. See: https://learn.microsoft.com/en-us/aspnet/core/blazor/javascript-interoperability/import-export-interop?view=aspnetcore-9.0#call-javascript-from-net Investigate when time