Questions tagged [jquery-scrollify]

A jQuery plugin that assists scrolling and snaps to sections.

Scrollify is a jQuery plugin that assists scrolling and snaps to sections.


Syntax

$.scrollify({
   section : ".section-class-name",
});

Documentation :

95 questions
1
vote
1 answer

Scrollify jQuery plugin has broken Bootstrap Scrollspy

My Bootstrap Scrollspy was working perfectly until I added the JQuery script Scrollify. I had to change the JQuery script from slim.min.js to the min.js version but I don't think that is the problem.
1
vote
0 answers

Flickering when using Scrollify

I seem to be encountering issues when attempting to scroll between a regular scrollify panel and interstitialSection. I need to add the elements within the interstitialSection to the standardScrollElements as they need to be scrollable. When you…
rickyzu
  • 13
  • 3
1
vote
1 answer

Scrollify scrolling to bottom of footer?

When using scrollify and setting the footer as an interstitialSection with a class if the footer is taller than the viewport height it scrolls to the bottom of the footer not the top so you don't see where the footer begins? I would like it to snap…
Paul Stephen Davis
  • 153
  • 1
  • 2
  • 16
1
vote
0 answers

Disable and enable script based on scroll

I have scrollify set up so that it will on the last section disable and scroll normally, but when you come back to the last section in the reverse (i.e. scroll up not down the page) it doesn't re-enable itself.