Jump to content

Snap Scroll (Scrollify) Delayed Scroll

Recommended Posts

Posted

Site URL: http://robinclip.com/explore

So I've been using the Scrollify plugin on my site for over a year now and today it suddenly decided to stop working. I've tried to isolate the problem in the code but can't seem to find anything. This feature has been working perfectly for over a year as I mentioned which makes me think that it might be a Squarespace update/issue. 

Thanks,

<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/scrollify/1.0.21/jquery.scrollify.min.js" ></script>
<script>
$(document).ready(function() {
          $.scrollify({
                section : ".page-section",
          });
});
</script>

  • Replies 9
  • Views 135
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Posted

Hi @Spark-Plugin, thank you for such a quick response! Yes, that is how it's currently functioning on site as well. The issue is with the scroll speed, its a very delayed time once the scroll is initiated to the next section (it didn't use to be like this). Before today, once you initiated a scroll, the snap to the next section was almost instant.

Hope this gives a better insight,

Posted

@PeterS,Thanks for clarifying! How about adding a parameter to adjust the speed? Here’s the updated code, where you can easily adjust the speed, hope it helps.

<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/scrollify/1.0.21/jquery.scrollify.min.js"></script>
<script>
$(document).ready(function() {
    $.scrollify({
        section: ".page-section",
        scrollSpeed: 250 // Adjust the speed here (lower value = faster)
    });
});
</script>

 

- Answered by Iuno from sparkplugin.com

forumsignature-recommendedcopy2.png.0579645eb1430dc7c1059541dc6456c6.png

Posted

@Spark-Plugin I appreciate you trying to trouble shoot with me, unfortunately I have already tried this and it doesn't change anything (I tried your snippet as well to double check and it didn't change). It's a weird bug, still trying on my end to narrow down the problem but it might be out of my control. 

Best,

Create an account or sign in to comment

You need to be a member in order to leave a comment


×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.