-
Notifications
You must be signed in to change notification settings - Fork 20.5k
Effects: Remove additional parameters of easings #2376
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
Conversation
src/effects/Tween.js
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The last percent should have its own line.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done, thanks
|
I like it! |
|
Could we try to land #2326 first and then you can update the test I wrote in there as well? |
|
After you ;) |
|
@gnarf, it's merged :) |
test/unit/tween.js
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you update the comment here the "back-compat" arguments you removed :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done:
ok( easingSpy.calledWith( 0.1 ), "...using jQuery.easing.linear" );
|
Can we make an issue on the jQuery migrate plugin to add a shim to put the additional easing params back? |
|
LGTM |
|
Thanks, landed. |
Hi :)
A fix for #2367