Skip to content

Conversation

kensykora
Copy link

I ran into a situation yesterday where I needed scrollTo to fire an event to update an object as the scroll was occurring (so I could change an element from fixed position to absolute positioned)

I added support to the settings object to take in onProgress which is supported in jQuery as of 1.9.

@flesler
Copy link
Owner

flesler commented Mar 10, 2013

There're many issues that would be solved by simply passing the settings object straight into jQuery.animate, I'll get on with this when I get back from vacations and solve all these issues at once.

@ghost ghost assigned flesler Mar 10, 2013
@onokazu
Copy link

onokazu commented Mar 11, 2013

It may not be directly related but it would be nice if the animation is cancelled when the user tries to manually scroll during scroll animation.

@flesler
Copy link
Owner

flesler commented Apr 7, 2013

Three open issues can be closed by passing the object directly but need a slight different code than yours, tried to implement it but find there's a conflict with the setting "queue". I'll try to nail this asap.

@flesler
Copy link
Owner

flesler commented Mar 18, 2015

Made possible on 2.0 via #109, thanks for helping

@flesler flesler closed this Mar 18, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants