jquery - How to make fullpage.js section movement from left to right? -
I am using fullpage.js for my website. When I click on the navigation, the content is moved from the bottom, is there any way to move it right or left?
Yes Use a section with multiple slides inside:
& Lt; Dic square = "section" & gt; & Lt; Div class = "slide" & gt; Slide 1 & lt; / Div & gt; & Lt; Div class = "slide" & gt; Slide 2 & lt; / Div & gt; & Lt; Div class = "slide" & gt; Slide 3 & lt; / Div & gt; & Lt; / Div & gt;
Then create links to your slides using the anchor in the URL.
A great example of what you are looking for, just check its source code. / P>
Comments
Post a Comment