F
Filament2mo ago
Matse

Animated Sidebar

I like to use the collapsable sidebar on desktop but now it snaps from one state to another but I want to make the transition animated but I can't get anything working, can somebody help me?
1 Reply
Liam
Liam2mo ago
This will make the sidebar animate, though the main content will still snap
.fi-main-sidebar {
transition: 0.1s ease-in-out;
}
.fi-main-sidebar {
transition: 0.1s ease-in-out;
}

Did you find this page helpful?