1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-07-31 20:00:28 +02:00

readme code type fix

This commit is contained in:
Hakim El Hattab
2013-04-01 11:00:45 -03:00
parent 91a8c9b1e4
commit 9f6eb282be

View File

@@ -264,7 +264,7 @@ You can also add relative navigation links, similar to the built in reveal.js co
### Alternating transitions
The global presentation transition is set using the ```transition``` config value. You can override the global transition for a specific slide by using the ```data-transition``` attribute:
```javascript
```html
<section data-transition="zoom">
<h2>This slide will override the presentation transition and zoom!</h2>
</section>