lukehaas / Scrollify

A jQuery plugin that assists scrolling and snaps to sections.
MIT License
1.81k stars 577 forks source link

Initialing Scrollify after scroll to first defined section #326

Open malin90 opened 6 years ago

malin90 commented 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

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.

lukehaas commented 6 years ago

Use interstitialSection