localscroll: How to fire event after scroll
Hi I am usi开发者_如何转开发ng localscroll and it has an option to fire a function before the scroll takes place by using the onBefore parameter but there doesn't seem to be one for after the animation. Does anyone know how you can do it?
You have the onAfter as well, it is provided by the scrollTo plugin. The settings object is passed to that plugin so all its settings can be used as well, note that the arguments received are different.
精彩评论