I'm currently working on a website and have made tweaks to everything except for some logo/header issues.
One specific problem I'm facing is with the sticky header animation. When scrolling back up quickly, the logo jumps out of the bottom of the header for a second, creating a jerky effect that looks strange to the user.
You can view the site at www.Dev.smithermancpa.com and see this issue in action by scrolling the page.
I made a small improvement by adjusting the animationDuration in the avada-header.js file (from 300 ms to 100 ms), but I'm hoping for a more effective solution. I've seen smoother sticky header animations on other sites, so there must be a better way to address this problem that I am not aware of yet.