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

Popular posts from this blog

java - org.apache.http.ProtocolException: Target host is not specified -

java - Gradle dependencies: compile project by relative path -

ruby on rails - Object doesn't support #inspect when used with .include -