Created
April 11, 2018 12:16
-
-
Save alvarotrigo/7ef5cb32807bdc2933436b207d91ccb1 to your computer and use it in GitHub Desktop.
Tumblr initialisation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$(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