Skip to content

Instantly share code, notes, and snippets.

@alvarotrigo
Created April 11, 2018 12:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alvarotrigo/7ef5cb32807bdc2933436b207d91ccb1 to your computer and use it in GitHub Desktop.
Save alvarotrigo/7ef5cb32807bdc2933436b207d91ccb1 to your computer and use it in GitHub Desktop.
Tumblr initialisation
$(document).ready(function() {
var animationCont = 0;
$('#fullpage').fullpage({
sectionsColor: ['#36465d', '#55c598', '#a77dc2', 'whitesmoke', '#ccddff', '#ccc'],
anchors: ['firstPage', 'secondPage', '3rdPage', '4thpage'],
menu: '#menu',
navigation: true,
navigationPosition: 'left',
easingcss3: 'cubic-bezier(.825,0,.5,1)',
parallax: true,
parallaxOptions: {
type: 'reveal',
percentage: 100,
property: 'translate'
}
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment