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-19 04:26:16 +02:00 committed by John MacFarlane
parent eef8adaad8
commit 3efcf2c95a

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$,