Skip to content

Instantly share code, notes, and snippets.

@vicegd
Last active February 11, 2016 09:56
Show Gist options
  • Save vicegd/fdd6883b04074e21832b to your computer and use it in GitHub Desktop.
Save vicegd/fdd6883b04074e21832b to your computer and use it in GitHub Desktop.
Reveal.JS - parallax
Reveal.configure({
parallaxBackgroundImage: 'images/parallax.jpg', //Parallax background image
parallaxBackgroundSize: '', //CSS syntax, e.g. "2100px 900px" //Parallax background size
parallaxBackgroundHorizontal: 100, //Number of pixels to move the parallax background per slide (horizontal)
parallaxBackgroundVertical: 100 //Number of pixels to move the parallax background per slide (vertical)
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment