Difference between revisions of "Template:Toc"
From The Official Visionaire Studio: Adventure Game Engine Wiki
Line 7: | Line 7: | ||
$('.ftoc_content').slimScroll({ | $('.ftoc_content').slimScroll({ | ||
− | color: '# | + | color: '#5bc0de', |
height: '290', | height: '290', | ||
railVisible: true, | railVisible: true, | ||
− | railOpacity: 0. | + | railOpacity: 0.2, |
allowPageScroll: false, | allowPageScroll: false, | ||
− | alwaysVisible: | + | alwaysVisible: false, |
disableFadeOut: true | disableFadeOut: true | ||
}); | }); |
Revision as of 01:39, 21 August 2014
Generates a floating Table of contents menu in a fixed position on the left hand side of the screen.