Scrollify icon indicating copy to clipboard operation
Scrollify copied to clipboard

Initialing Scrollify after scroll to first defined section

Open malin90 opened this issue 7 years ago • 1 comments

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

stop 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.

malin90 avatar Jun 19 '18 12:06 malin90

Use interstitialSection

lukehaas avatar Jun 19 '18 13:06 lukehaas