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
0 answers

Scrollify + custom scroll events

Essentially, I need scrollify to stop running once it gets to the first section, then start running again once the first section's animations are complete. I have tried stop(); but with no luck. Any help is greatly appreciated. $(function()…
erayner
  • 69
  • 2
  • 12
0
votes
1 answer

Disable scrollify plugin when reaches breakpoint

This is the script I want to disable when the browser reaches the Bootstrap breakpoint of 768px width: $(function() { $.scrollify({ /*section: "section",*/ interstitialSection: "interstitialSection", offset: 30, }); }); Thanks in…
0
votes
1 answer

One-Page Scrolling inside a div HTML5

I am working on this website (HTML5, CSS3, and JS) it has 2 divs (header and footer) which have CSS position: fixed, and there is a center div which has position:absolute and contains the content. What I would like to do is implement scroll snapping…
0
votes
1 answer

Changing Div content of fixed div using jquery scrollify

I have a fixed DIV and 3 sections A,B,C. I'm using jquery scrollify for changing data of sections and I want to change specific div data on scroll of mouse wheel. As you know, scrollify allow us to scroll a section on mouse wheel rotation, when…
rakcode
  • 2,256
  • 4
  • 19
  • 44
0
votes
0 answers

Can't scroll height of container containing column chart

Hey I'm using Jquery Scrollify( pretty awesome btw) on a set of cards iterating thru an ng-repeat using AngularJS. The snap and scroll works perfectly fine on all the cards besides two that contain Highcharts column charts. Initially I assumed the…
Anish S.
  • 53
  • 1
  • 4
0
votes
1 answer

Change scroll speed for specific section and/or button click (SCROLLIFY)

Two Questions As the title says, is it possible, with scrollify, to set a different scrollspeed for different sections? I also have a "scrollify.next" button where I tried changing the scrollspeed, but I realized I'm no jquery/js expert. I managed…
Fredrik Westerlund
  • 133
  • 1
  • 2
  • 10
0
votes
1 answer

Link to div in Scrollify standartscroll element

i use scrollify for my website. ( https://github.com/lukehaas/Scrollify ) i have a link in my first section that points to a div in the second (standart scroll element) section but when i click on it scrollify always scroll up to the beginning of…
Locke
  • 13
  • 3
0
votes
0 answers

Header and Footer section are missing - jquery-scrollify

In my wordpress site I am adding jquery-scrollify effect header and footer are missing ,..here I don't want use scroll effect for header and footer
0
votes
1 answer

Long sections in jquery-scrollify

Using jquery-scrollify, if there are sections longer than the window, a user skips to the next section before they get a chance to scroll the complete section. I understand the author has added new methods and options to deal with this problem, but…
0
votes
1 answer

How can I use another jQuery version for one specific plugin only?

Scrollify does not work with jQuery 1.12.4, which I need to run. So I need to add another jQuery version, okay so far. But how can I make sure that Scrollify uses that other jQuery version while the rest of my page does not?
Alex
  • 9,911
  • 5
  • 33
  • 52
0
votes
1 answer

Why is my jQuery resize firing inconsistently?

I'm wrapping up a site that involves a few elements (image / text / diagonal line) that have to scale proportionately on different screens. Because there's text that has to be resized, I'm using jQuery to calculate the measurements for all of the…
SPS
  • 304
  • 1
  • 2
  • 16
0
votes
1 answer

Scrollify allowing small movements between slides

I've implemented Scrollify in a page I'm building - but it's allowing little micromovements between the slides instead of snapping properly. I'm almost certain the DIV's are being calculated correctly, and understand that it's more designed to work…
joeritson
  • 1
  • 1
0
votes
1 answer

jquery.scrollify.js short content section

I'm using https://github.com/lukehaas/Scrollify (jquery.scrollify.js) to handle my page scrolling. By default the plugin sets the section height to 100% window height and expand the height, if the content is bigger(x-axis) than 100% window…
Tom
  • 160
  • 10
0
votes
2 answers

Implementing scrollify in website

I've trying to implement jQuery Scrollify plugin into my website. However this plugin assume that my structure of the website is only with sections but is not. What I mean is that the structure of the website is
Jason Paddle
  • 1,095
  • 1
  • 19
  • 37
0
votes
1 answer

Dealing with two jQuery versions

On my page I use scrollify and bootstrap responsive menu. Scrollify works with jQuery 1.6 and Bootstrap with 2.1.4. According to some posts here I've tried a few solutions but they do not work or maybe I did something wrong. What I've tried…
Dandy
  • 929
  • 2
  • 14
  • 23