1

I am trying to make a page which which have only two section 1st section which is at top haveenter image description here please see the image . Now I m able to go to div 1 to div 2 easily using pagePiling.js. can anyone tell me how to achieve the horizontal effect in div 1 . and after the end of the content on div 1 it must pagePile to div 2 . and when coming back to div 1 it user also see the effect of horizontal scroll.

thedudecodes
  • 1,479
  • 1
  • 16
  • 37
  • pagePiling.js doesn't provide such option. You can go for [fullpage.js](http://alvarotrigo.com/fullPage/) is you want to have both directions. – Alvaro Aug 21 '16 at 10:51
  • I need a scrollbale content on the first section/div and the section/ div will have horizontal scroll. All I need is when Horizontal scroll end the div below it with vertical scroll should appear with animation. and without showing the scrollbar – thedudecodes Aug 21 '16 at 14:45

1 Answers1

2

In case you want to have a section with large content and therefore create an scroll bar for that section, you can do it by adding the class pp-scrollable to that section:

pradeep raj t
  • 191
  • 1
  • 2
  • 6