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
0
votes
1 answer

Scrollify - get last viewed section

Is there any way to get last viewed section index/id/class when moving to next or previous section using scrollify.js? Am looking for any predefined function like scrollify.current() for getting last viewed section. Thanks in advance
RaJesh RiJo
  • 4,302
  • 4
  • 25
  • 46
0
votes
2 answers

Scrollify.js add class on current section

Am trying to add something like 'active' class on to the current section in a page using scrollify.js. Am able to get the index value, but not the section id or section class! How to get current section's id or class. Here is the sample code I tried…
RaJesh RiJo
  • 4,302
  • 4
  • 25
  • 46
0
votes
2 answers

Scrollify hiding navigation header before scrolling/revealing after scroll with jQuery

https://gist.github.com/flyspaceage/ca0759d155c6c79786b7cb27a15f3629 I am trying to hide my menu until the pagination sequence begins, then the menu would reveal inside the header. Currently, the menu is always visible. The HTML structure is…
FlySpaceAge
  • 95
  • 11
0
votes
1 answer

Onclick slide to current div

Currently, I have various rows on the homepage, and each row has a button. When the button is clicked, the div will slide up to the top of the page. But meanwhile, there is another action added to the button as well. Below is my js code: $(…
zacwhyyy
  • 13
  • 4
0
votes
1 answer

Initialzing a 3rd-party Library in an Angular 4 App

I'm trying to use Scrollify in my Angular 4 app. I'm supposed to initialize it using this script: