Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(module): compare position value to mapped offset value #64

Merged
merged 1 commit into from
Feb 2, 2018

Conversation

nicky-lenaers
Copy link
Owner

Position value was never compared against the mapped offset value. Instead, it was being compared against the initial offset value (if any). Therfore, mapped values never closed the animation loop as they never got satisfied by the animation stop method.

This fixes #62

Position value was never compared against the mapped offset value. Instead, it was being compared against the initial offset value (if any). Therfore, mapped values never closed the animation loop as they never got satisfied by the animation stop method.

This fixes #62
@nicky-lenaers nicky-lenaers self-assigned this Feb 2, 2018
@nicky-lenaers nicky-lenaers merged commit a2f4792 into master Feb 2, 2018
@nicky-lenaers nicky-lenaers deleted the fix-offset-map-comparison branch February 2, 2018 10:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Stop loop code
1 participant