Sidebar smooth animation in Blazor Wasm
There isn't to much to detail I'm using the default Bootstrap Template from Blazor Wasm project
I just want to know how can I add some kind of smooth animation when closing and opening the sidebar.
Here's a small piece of code
The trick here is adding and removing the *collapse" class from the navbar div.
Thanks!
2 Replies