SOLVED: Lost smooth closing animation for mobile menus

Browser: Chrome 110
OS: macOS Ventura
URL: https://www.darrenwhiteman.com

Since updating to 1.7 I’ve lost the closing animation on my mobile menus. Some of my websites now have a very quick, choppy close animation, others the mobile menu disappears instantly.

Hi Darren,
Thanks so much for your report!

I was able to reproduce the issue and added it to our bug tracker.
You can fix this temporarily by adding the following custom CSS to Bricks » Settings » Custom Code:

.brxe-nav-menu .bricks-mobile-menu-wrapper {
transition-property: background-color,opacity,transform,visibility!important;
z-index: 999!important;
}

The z-index needs to be increased as well, otherwise, the mobile menu gets hidden behind the content or navbar in some scenarios.

Best regards,
timmse

Thanks! that fixed it.

Hi Darren,
We’ve fixed this bug in Bricks 1.7.1, now available as a one-click update in your WordPress Dashboard.

However, last night we received a report via email where the mobile menu appears for a millisecond on first page load - we had this problem before in a previous version.

Please let me know if you experience the mobile menu problem as well.

Best regards,
timmse