Add missing rollingLinks option to revealjs template (#4778)
Fix (add) the missing option 'rollingLinks' in reveal.js template.
This commit is contained in:
parent
eef8adaad8
commit
3efcf2c95a
1 changed files with 4 additions and 0 deletions
|
@ -170,6 +170,10 @@ $if(mouseWheel)$
|
||||||
// Enable slide navigation via mouse wheel
|
// Enable slide navigation via mouse wheel
|
||||||
mouseWheel: $mouseWheel$,
|
mouseWheel: $mouseWheel$,
|
||||||
$endif$
|
$endif$
|
||||||
|
$if(rollingLinks)$
|
||||||
|
// Apply a 3D roll to links on hover
|
||||||
|
rollingLinks: $rollingLinks$,
|
||||||
|
$endif$
|
||||||
$if(hideAddressBar)$
|
$if(hideAddressBar)$
|
||||||
// Hides the address bar on mobile devices
|
// Hides the address bar on mobile devices
|
||||||
hideAddressBar: $hideAddressBar$,
|
hideAddressBar: $hideAddressBar$,
|
||||||
|
|
Loading…
Reference in a new issue