Dear @camr1
No sadly changing the transition time is not possible directly in Lay Theme -
However
You can change the transition time manually by using CUSTOM CSS
Which Lay Theme does offer :)
You have the ability to add CUSTOM CSS in:
"Lay options" - "Custom CSS & HTML"
There you can target the menu elements and change their transition times to your liking.
If you are unfamiliar with the basics of CSS I hope this helps you as a reference point
the second link provides knowledge on how to use the "Inspector tool"
https://www.khanacademy.org/computing/computer-programming/html-css
https://www.khanacademy.org/computing/computer-programming/html-css/web-development-tools/a/using-the-browser-developer-tools
An Example i made that change the menu elements on your website -
[image: 1595507563148-screen-shot-2020-07-23-at-2.18.31-pm.png]
I took a look at what element was getting the "Transition" so that i could target it -
[image: 1595507624253-screen-shot-2020-07-23-at-2.19.16-pm.png]
[image: 1595507633893-screen-shot-2020-07-23-at-2.23.41-pm-resized.png]
Then in Lay options, i added this Custom CSS
Note: i added ' !important ' at the end to give this transition time superiority over any other code that may already be in place.
It should also be noted that this is a crude example of what is possible, I just made it in the hope it helps you on the right path
Apologies for getting back to you late, thank you for your patience
Best Wishes
Rich