Skip to content

Instantly share code, notes, and snippets.

@gtwalford
Created May 26, 2016 22:07
Show Gist options
  • Save gtwalford/5390099108a1e15cbcc692cf8622059e to your computer and use it in GitHub Desktop.
Save gtwalford/5390099108a1e15cbcc692cf8622059e to your computer and use it in GitHub Desktop.
if (!this._scrollToPositionTimeout) {
this._scrollToPositionTimeout = setTimeout( function() {
animateScroll(this._componentInstance)
this._scrollToPositionTimeout = null
}.bind(this), 0)
}
else {
animateStop(this._componentInstance)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment