fix: tween animations likely not working#1326
Closed
lampiclobe wants to merge 405 commits into1.9-stablefrom
Closed
fix: tween animations likely not working#1326lampiclobe wants to merge 405 commits into1.9-stablefrom
lampiclobe wants to merge 405 commits into1.9-stablefrom
Conversation
(cherry picked from commit 37eb612)
… dismissed the XML as parsed by the XHR instance.
…. Fixes #13132, #10406.
…s handled by plugins. Fixes #13306.
Stylish yet functional, this set of grunt plugins should provide hours of trouble-free operation until rc6 comes out.
…iteral "undefined" for safer uglification (cherry picked from commit ec9b38a)
Turns out this is still needed by Safari 5.1, which we're still supporting. This reverts commit c4b1da4.
…y names http://bugs.jquery.com/ticket/14047 Signed-off-by: Rick Waldron <[email protected]>
Normally we'd avoid doing this on a patch release, but Chrome Canary is spewing deprecation warnings already and that's generating bug tickets.
Per the discussion here: https://code.google.com/p/chromium/issues/detail?id=256636 Thanks to the Chrome team for the quick response! This reverts commit d53ddc9.
…ith a document. Fixes #13768.
Member
|
Thanks for taking the time to contribute to the jQuery project. But this pull request is incorrect, if you want to help please read this |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
On line 8693 there seems to be an error preventing tween animations from triggering. Before and after is below:
When this code is appended a new error brings out here:
And fix:
If somewhere in the wild suffers from non-animating Tweens, let him be informed.
Cheers!