From 1f984b7c16d23ddbcf099f9707c0b87d9b410495 Mon Sep 17 00:00:00 2001 From: Verneuil Julien Date: Sat, 16 May 2015 03:19:15 +0200 Subject: [PATCH] change in/out fisheye_menu hover duration --- web/widgets/fisheye_menu.anubis | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/widgets/fisheye_menu.anubis b/web/widgets/fisheye_menu.anubis index fa14add..28be203 100644 --- a/web/widgets/fisheye_menu.anubis +++ b/web/widgets/fisheye_menu.anubis @@ -55,7 +55,7 @@ public define HTML_Partial_Content if entries is { [] then partial_content([], literal("")), - [_ . _] then partial_content(jquery_animate(childs(htmlId("top_menu")), size_on_hover(64, 64, 1000, 1000)), + [_ . _] then partial_content(jquery_animate(childs(htmlId("top_menu")), size_on_hover(64, 64, 350, 1420)), div([id("top_menu"), style("min-height:70px!important;vertical-align:top;display:table-row")], sequence([ -- libgit2 0.21.4