FullPage scroll AND change background colour on scroll

That makes sense, didn’t think about that. Glad Scrollify works with IX2.0. Lots of opportunities here…

1 Like

Definitely going to give Scrollify a try next time as I always want to be able to take advantage of iX2.

Made some configurations (below) to change the scroll feel.
https://www.twoupdigital.com/home-3

<script>
      $(function() {
        $.scrollify({
          section : ".scrollify-section",
          scrollSpeed: 700,
          easing: "easeInOutQuart",

        });
      });
</script>

Majestical!

2 Likes

Silky smooth :sunglasses:

1 Like