From 665dfb9cd63188a7c5a02aa1d3e2b593bf00bf2c Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Wed, 19 Dec 2018 09:38:15 +0100 Subject: add gridNavigation config to configure navigation between adjacent vertical stacks --- test/test-grid-navigation.html | 74 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 test/test-grid-navigation.html (limited to 'test/test-grid-navigation.html') diff --git a/test/test-grid-navigation.html b/test/test-grid-navigation.html new file mode 100644 index 0000000..2814ca3 --- /dev/null +++ b/test/test-grid-navigation.html @@ -0,0 +1,74 @@ + + + + + + + reveal.js - Test Grid + + + + + + + +
+
+ + + + + + + + + + -- cgit v1.2.3 From 51b1658a60a053a1ee9fe18255f1c40a52c02a65 Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Wed, 23 Jan 2019 09:58:10 +0100 Subject: 'gridNavigation' and 'simpleNavigation' merged into 'navigationMode' setting #2307 --- test/test-grid-navigation.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test-grid-navigation.html') diff --git a/test/test-grid-navigation.html b/test/test-grid-navigation.html index 2814ca3..21e7636 100644 --- a/test/test-grid-navigation.html +++ b/test/test-grid-navigation.html @@ -55,7 +55,7 @@ }); QUnit.test( 'Enabled', function( assert ) { - Reveal.configure({ gridNavigation: true }); + Reveal.configure({ navigationMode: 'grid' }); Reveal.slide( 0, 0 ); Reveal.right(); Reveal.down(); -- cgit v1.2.3