I have an idea to make the main logo of my WordPress site change depending on which menu item a user hovers over.
The top part is as follows: [DEFAULT LOGO] | [Menu item 1] [Menu item 2] [Menu item 3] [Menu item 4]
If X symbolizes the cursor, this would then happen: [LOGO 2] | [Menu item 1] [Menu item 2 X] [Menu item 3] [Menu item 4] - The user hovers over menu item number two and the logo changes accordingly. Usually I'd stay away from animations as they tend to get tacky, but in this instance I really want a flip animation (sort of like a flip clock).
Menu item 1 loads logo 1 - item 2 loads logo 2, item 3 loads logo 3 - the rest of the menu items do nothing for the logo.
Is something like this possible? Thanks in advance for your time!