vue-burger-menu
vue-burger-menu copied to clipboard
Why is it animating width when using slide animation
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.
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.
Exactly
Still happening, this would be a nice small change to make the Slide/Reveal animations much better.