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
Any idea why it is animating width when using slide animation?
This is not particularly very good, because all the content inside menu bar is transforming when width animation is applied on the slide out (left or right).
It would be much better if translate on position is used so that menu bar is not resized when animating out.
The text was updated successfully, but these errors were encountered:
I was able to fix this issue altering the CSS of the nav class "bm-item-list". Simply set the width in "bm-item-list" class to the same width set for bm-menu.
Any idea why it is animating width when using slide animation?
This is not particularly very good, because all the content inside menu bar is transforming when width animation is applied on the slide out (left or right).
It would be much better if translate on position is used so that menu bar is not resized when animating out.
Any idea why it is animating width when using slide animation?
This is not particularly very good, because all the content inside menu bar is transforming when width animation is applied on the slide out (left or right).
It would be much better if translate on position is used so that menu bar is not resized when animating out.
The text was updated successfully, but these errors were encountered: