0

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

1 Answers1

1

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.

FridayPush
  • 871
  • 5
  • 7