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
Currently, when the Site Editor's navigation sidebar slides in, the rest of the content immediately repositions instead of sliding along with the sidebar:
The sidebar and the content should both animate and at the same time.
For reference, the sidebar slide is composed by two different animations:
The sidebar itself transitions from transform: translateX(-100%) to transform: translateX(0).
The toggle button transitions from width: 60px (size of the WP/site icon) to width: 300px (size of the sidebar), after a brief delay to sync it with the sidebar animation.
The text was updated successfully, but these errors were encountered:
Currently, when the Site Editor's navigation sidebar slides in, the rest of the content immediately repositions instead of sliding along with the sidebar:
The sidebar and the content should both animate and at the same time.
For reference, the sidebar slide is composed by two different animations:
transform: translateX(-100%)
totransform: translateX(0)
.width: 60px
(size of the WP/site icon) towidth: 300px
(size of the sidebar), after a brief delay to sync it with the sidebar animation.The text was updated successfully, but these errors were encountered: