1. kleinpeter
  2. Sherlock Holmes
  3. Commercial Templates
  4. Saturday, 23 March 2019
  5.  Subscribe via email
Whenever you hover over a submenu, it will show up, letting you pick something. When you leave this submenu, it disappears.

So far so good ;)

After it disappears.. when you quickly move your mouse over the submenu's area again, it will show up again! It takes almost a second (!) before you can hover your mouse over the area without triggering the submenu again.

This behaviour can be observed in the demo on this site and I'll guess it's not only in the "Amelia" template.

I've noticed that when I hover over the marked blank area in de column-3 layout in my submenu, the strange 'ghosting effect' is absent:

Knipsel.JPG

I was wondering if something can be done about this.

Many thanks!
Robert
Attachments (1)
Accepted Answer Pending Moderation
0
Votes
Undo
Well.. looks like I found the culprit:

.header_main * {
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}

Disabling this (or setting a smalerl timer interval, like 0.05s) will stop the unwanted behaviour.
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you for the update and for sharing your solution. We have just update the Amelia template with your suggestion.

Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 2
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!