Difference between revisions of "Template:Toc"
From The Official Visionaire Studio: Adventure Game Engine Wiki
Line 1: | Line 1: | ||
<noinclude>Generates a floating Table of contents menu in a fixed position on the left hand side of the screen with: {{toc}}</noinclude> | <noinclude>Generates a floating Table of contents menu in a fixed position on the left hand side of the screen with: {{toc}}</noinclude> | ||
− | <includeonly><span class="ftoc" onmouseover="$(this).animate({left:0px;})" onmouseout="$(this).animate({left:-250px;})">__TOC__</span></includeonly> | + | <includeonly><span class="ftoc" onmouseover="function(){$(this).animate({left:0px;}, 1000)}" onmouseout="function(){$(this).animate({left:-250px;}, 1000)}">__TOC__</span></includeonly> |
Revision as of 20:49, 20 August 2014
Generates a floating Table of contents menu in a fixed position on the left hand side of the screen with: