Zeromax / contao-sb-admin

Contao CMS Backend Theme
GNU Lesser General Public License v3.0
7 stars 0 forks source link

Popover Delay #33

Closed Bicet closed 8 years ago

Bicet commented 8 years ago

Is it possible to set a delay for popover?

Zeromax commented 8 years ago

@Bicet what do you mean with delay? And for which popover?

Bicet commented 8 years ago

I was talking about the popover on mouse hover the menu on the left or any other link. I've modified the delay on jquery.js and it works as expected now :)

BTW thanks a lot for your hard work!

Zeromax commented 8 years ago

Sounds interessting. Can you please share your changes?

Bicet commented 8 years ago

On this file: /contao/system/themes/sb-admin/js/jquery.js

trigger:"hover focus",title:"",delay:0,html:!1,

I've changed the delay from 0 to { "show": 1500, "hide": 20 }

trigger:"hover focus",title:"",delay: { "show": 1500, "hide": 20 },html:!1,

So the tooltip doesn't appear immediately, but after 1,5s and disappear almost immediately.

Zeromax commented 8 years ago

improved in 66a1f7f934adcf9a5beb4c9cf12788e1e3dd7a6a