Hello,
I want to add transition effect to the "my-class" class: Home
In functions.js I added my-class in linkElement:
linkElement: 'body:not(.device-md):not(.device-sm):not(.device-xs) #primary-menu:not(.on-click) ul li a:not([target="_blank"]):not([href*="#"]):not([data-lightbox]):not([href^="mailto"]):not([href^="tel"]):not([href^="sms"]):not([href^="call"]) .my-clas',
all transitions stop working.
but if in linkElement I only enter my class:
linkElement: '.my-class',
the transition to the "my-class" class works fine.
I have done many tests, many combinations, but always the same problem.
thanks for any help
