Add missing rollingLinks option to revealjs template (#4778)

Fix (add) the missing option 'rollingLinks' in reveal.js template.
This commit is contained in:
Igor Khorlo
2018-07-18 19:26:16 -07:00
committed by John MacFarlane
parent eef8adaad8
commit 3efcf2c95a
+4
View File
@@ -170,6 +170,10 @@ $if(mouseWheel)$
// Enable slide navigation via mouse wheel
mouseWheel: $mouseWheel$,
$endif$
$if(rollingLinks)$
// Apply a 3D roll to links on hover
rollingLinks: $rollingLinks$,
$endif$
$if(hideAddressBar)$
// Hides the address bar on mobile devices
hideAddressBar: $hideAddressBar$,