You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 6, 2022. It is now read-only.
This is due to a workaround for the sidebar being visible on initial load, which basically turns off animate on load and re-enables it once it's triggered to be opened/closed again.
I was going crazy trying to figure out why my sidebar was simply popping into existence instead of smoothly sliding open like in the demo.
So I made a stackblitz to figure out what I was doing wrong: https://stackblitz.com/edit/angular-hbfacn
The only difference between the top and bottom sections is
[(opened)]="_opened"
on <ng-sidebar>.This wasn't mentioned in the docs so I assume it is a bug.
The text was updated successfully, but these errors were encountered: