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

What easing functions are allowed in jquery-scrollify?

What are all the possible options for the "easing" attribute in the scrollify function? I have tried several, but they all break the scrolling functionality except the default "easeOutExpo"
A. Mac
  • 1
  • 1
0
votes
0 answers

jQuery - Pass variable as options

I have a variable I have generated (with help from a previous question/answer) that looks like this... var ids = $(".myelement").map(function() { return '#' + $(this).closest(".panel").prop("id"); }).get().join(', '); console.log(ids); The…
fightstarr20
  • 11,682
  • 40
  • 154
  • 278
0
votes
2 answers

Different offset for different sections in scrollify plugin

I am using jQuery scrollify plugin on my website. It works great but I need to have custom offset for different areas of the page. For example all my section elements should have an offset of -200 while 2 footer elements should have an offset of…
user869375
  • 2,299
  • 5
  • 27
  • 46
0
votes
0 answers

My page occasionally snaps in the middle of the scroll

Hope I'm not bothering the plugin creator with a stupid question. I created a CodePen to test scrollify for my website but occasionally (1 out of 4 times) the scroll snaps between two sections and then, if I scroll again, it keeps the error going. I…
0
votes
1 answer

Cant get scrollify.js to work?

I am trying to use scrollify.js on my single page website but cannot get it to work? I have the following html, header.php for loading scrollify and my js in my custom.js file. What am I doing wrong? Thanks in advance? HTML
Paul Stephen Davis
  • 153
  • 1
  • 2
  • 16
0
votes
1 answer

Properly use Scrollify on my Wordpress Template

I'm not good with programming PHP and JS. But I'm trying to install and use Scrollify on my own theme for Wordpress. jQuery should also be loaded properly. Unfortunately I cannot figure out how to make scrollify work, mostly out of lack of…
0
votes
1 answer

How can I consolidate this jQuery code? (navigation/outline highlighting)

Right now I'm using scrollify's current section (data-section-name) to highlight that section in my outline (out-one, out-two, etc.). This is obviously super ugly, repetitive, & cumbersome, but it works right now. I know this can be written more…
DHilse
  • 3
  • 1
0
votes
1 answer

How to setup jQuery Scrollify on my site?

I just can't get jQuery Scrollify get to work on my site, I want to smoothly scroll from my homepage to a div thats right under my homepage, this is my code: