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

Ensure slide diff calculation is a number #472

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

JarredMack
Copy link

Updating the slide method to recalculate the "to" target as a number. Existing method had unexpected behavior when "to" was passed in as a string, as the + operator would concatenate, instead of adding.

Updating the slide method to recalculate the "to" target as a number. Existing method had unexpected behavior when "to" was passed in as a string, as the + operator would concatenate, instead of adding.
Moved the length init outside of the setup() method, as it was recalculating on window resize and causing getNumSlides() to return an incorrect value
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.

1 participant