Skip to content
Snippets Groups Projects
Commit eb011e9f authored by Hakim El Hattab's avatar Hakim El Hattab
Browse files

Merge branch 'master' of github.com:hakimel/reveal.js

parents d6d0f40c 2e7b5386
No related branches found
No related tags found
No related merge requests found
......@@ -187,7 +187,7 @@ It's easy to link between slides. The first example below targets the index of a
<a href="#/some-slide">Link</a>
```
You can also add relative navigation links, similar to the built in reveal.js controls, by appending one of the following classes on any element. Note that each element is automatically given an ```enabled``` class when its a valid navigation route based on the current slide.
You can also add relative navigation links, similar to the built in reveal.js controls, by appending one of the following classes on any element. Note that each element is automatically given an ```enabled``` class when it's a valid navigation route based on the current slide.
```html
<a href="#" class="navigate-left">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment