Open malin90 opened 6 years ago
It's way to to initial Scrollify, but after scroll to the first defined section? I have intro on the top of my site so i would like to turn on Scrollity after scroll down to first section with animation.
<div class="intro">...</div> <div class="content">...</div> about 200% device height
<div class="intro">...</div>
<div class="content">...</div>
stop normal scrolling and initial Scrollify
<div class="Scrollify-slide">1</div> <div class="Scrollify-slide">2</div> <div class="Scrollify-slide">3</div>
<div class="Scrollify-slide">1</div>
<div class="Scrollify-slide">2</div>
<div class="Scrollify-slide">3</div>
stop Scrollify and initial normal scrolling
Thanks a lot.
Use interstitialSection
It's way to to initial Scrollify, but after scroll to the first defined section? I have intro on the top of my site so i would like to turn on Scrollity after scroll down to first section with animation.
<div class="intro">...</div>
<div class="content">...</div>
about 200% device heightstop normal scrolling and initial Scrollify
<div class="Scrollify-slide">1</div>
<div class="Scrollify-slide">2</div>
<div class="Scrollify-slide">3</div>
stop Scrollify and initial normal scrolling
<div class="content">...</div>
Thanks a lot.