lukehaas / Scrollify

A jQuery plugin that assists scrolling and snaps to sections.
MIT License
1.8k stars 578 forks source link

Easing methods #394

Open Alyonk opened 4 years ago

Alyonk commented 4 years ago

Are there any other easing methods that work in this plagin except "EaseOutExpo"? I tried a few other ones but none of them seemed to work.

phalla-doll commented 4 years ago

Just leave it blank string ""

Alyonk commented 4 years ago

Just leave it blank string ""

I just wanna try some other functions like EaseOutBack or EaseOutBounce

lukehaas commented 4 years ago

@Alyonk you'll need an easing library to try others.

Alyonk commented 4 years ago

@Alyonk you'll need an easy library to try others.

Got it! Thanks!