Added parallax scrolling background
This commit is contained in:
parent
79340908f4
commit
2b5c06c4ef
7 changed files with 119 additions and 5 deletions
|
@ -365,6 +365,10 @@ function linkify( selector ) {
|
|||
|
||||
theme: Reveal.getQueryHash().theme, // available themes are in /css/theme
|
||||
transition: Reveal.getQueryHash().transition || 'default', // default/cube/page/concave/zoom/linear/fade/none
|
||||
|
||||
// Parallax scrolling
|
||||
parallaxBackgroundImage: "url('img/nyc.jpg')",
|
||||
parallaxBackgroundSize: "3600px 1018px",
|
||||
|
||||
// Optional libraries used to extend on reveal.js
|
||||
dependencies: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue