Skip to content

Commit

Permalink
Adiciona plugin de zoom no exemplo de reveal.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Davi Ferreira committed Feb 15, 2013
1 parent 0378e9e commit b7436a7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion revealjs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,13 @@ <h1>reveal.js</h1>
center: true,
controls: false,
mouseWheel: true,
transition: 'concave'
transition: 'concave',
dependencies: [
{
src: 'plugin/zoom-js/zoom.js',
async: true
}
]
});
</script>
</body>
Expand Down

0 comments on commit b7436a7

Please sign in to comment.