What easing functions are allowed in jquery-scrollify?

1.7k views Asked by At

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"

1

There are 1 answers

0
FridayPush On

Changing the easing properties requires an easing library. The owner of the package recommends this one. I refer to that based on other closed easing questions on their public issue tracker such as: https://github.com/lukehaas/Scrollify/issues/42

I would also in the future recommend checking out a package's github open issues, or related forums for specific questions. For example Scrollify's is here.