Commit 1f984b7c16d23ddbcf099f9707c0b87d9b410495
1 parent
d2c0cc9e
change in/out fisheye_menu hover duration
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
web/widgets/fisheye_menu.anubis
| @@ -55,7 +55,7 @@ public define HTML_Partial_Content | @@ -55,7 +55,7 @@ public define HTML_Partial_Content | ||
| 55 | if entries is | 55 | if entries is |
| 56 | { | 56 | { |
| 57 | [] then partial_content([], literal("")), | 57 | [] then partial_content([], literal("")), |
| 58 | - [_ . _] then partial_content(jquery_animate(childs(htmlId("top_menu")), size_on_hover(64, 64, 1000, 1000)), | 58 | + [_ . _] then partial_content(jquery_animate(childs(htmlId("top_menu")), size_on_hover(64, 64, 350, 1420)), |
| 59 | 59 | ||
| 60 | div([id("top_menu"), style("min-height:70px!important;vertical-align:top;display:table-row")], | 60 | div([id("top_menu"), style("min-height:70px!important;vertical-align:top;display:table-row")], |
| 61 | sequence([ | 61 | sequence([ |