Greased Lightning Flyouts! Flyouts are now snappy and work without JS. see #18382.

git-svn-id: https://develop.svn.wordpress.org/trunk@18881 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Daryl Koopersmith
2011-10-05 06:39:30 +00:00
parent 48be8d03eb
commit ea4615f2ed
5 changed files with 45 additions and 47 deletions

View File

@@ -55,8 +55,8 @@ adminMenu = {
$(this).find('.wp-submenu').removeClass('sub-open');
},
timeout: 220,
sensitivity: 8,
interval: 100
sensitivity: 4,
interval: 50
});
},

File diff suppressed because one or more lines are too long