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 bugs in BackEaseInOut#calculate #16

Merged
merged 1 commit into from Jul 17, 2017

Conversation

tdaffin
Copy link
Contributor

@tdaffin tdaffin commented Jun 10, 2017

Multiplying the 's' member of the class by 1.525 every time calculate was called was causing the method to be unusable.
Simply removing that multiplication gives the result I would expect, and makes the code resemble the BackEaseIn and BackEaseOut methods more closely.

@daimajia
Copy link
Owner

It's a pretty good solution for this issue. Thanks for your working on this project.

@daimajia daimajia merged commit 513c2f5 into daimajia:master Jul 17, 2017
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.

None yet

2 participants