Difference between revisions of "Template:Toc"
From The Official Visionaire Studio: Adventure Game Engine Wiki
Line 6: | Line 6: | ||
$(".ftoc").hover(function() { | $(".ftoc").hover(function() { | ||
$(this).animate({left:'0px'}, 250, function() { | $(this).animate({left:'0px'}, 250, function() { | ||
− | $(".ftoc_content").fadeIn(" | + | $(".ftoc_content").fadeIn("slow"); |
}); | }); | ||
}, function() { | }, function() { |
Revision as of 00:47, 21 August 2014
Generates a floating Table of contents menu in a fixed position on the left hand side of the screen.