aboutsummaryrefslogtreecommitdiffstats
path: root/src/effects
Commit message (Collapse)AuthorAgeFilesLines
* Effects: add back support.shrinkWrapBlocks() for ie6Timmy Willison2016-01-061-0/+58
|
* Revert "Effects: Remove additional parameters of easings"Oleg Gaidarenko2015-12-221-5/+10
| | | | This reverts commit 41a04e59df5beac4ca61b3b5e3a6b078b6aee1ac.
* Effects: Remove additional parameters of easingsThomas Tortorini2015-09-071-10/+5
| | | | | | | (cherry-picked from b7a7dea95f84d6d8e5a8186d4fb09a762baf79bb) Fixes gh-2367 Closes gh-2376
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-072-6/+8
| | | | | Ref 10fdad742a2a6aa9f0e00b3e04fc5264797c53c7 Fixes gh-2056
* Effects: Add tests for jQuery.TweenCorey Frang2015-06-261-3/+5
| | | | | | | Conflicts: src/selector-native.js test/index.html test/unit/effects.js
* Effects: set default easing using jQuery.easing._defaultTimmy Willison2015-05-051-2/+3
| | | | | Fixes gh-2219 Close gh-2218
* Misc: Drop support for older browsers; update support commentsMichał Gołębiowski2014-12-081-54/+0
| | | | | | | | | | That includes IE<8, Opera 12.x, Firefox<29, Safari<6.0 and some hacks for old Blackberry. Fixes gh-1836 Fixes gh-1701 Refs gh-1815 Refs gh-1820
* Core: Drop strundefined variableChris Antaki2014-09-021-3/+2
| | | | | Ref 29838b6cab6f2e508f3e9692f32918c72b1a504b Closes gh-1628
* Build: update grunt-jscs-checker and pass with the new rulesTimmy Willison2014-07-171-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: build/tasks/build.js src/ajax/xhr.js src/attributes/classes.js src/attributes/prop.js src/attributes/val.js src/core/init.js src/core/ready.js src/css.js src/css/curCSS.js src/css/defaultDisplay.js src/data.js src/data/var/dataPriv.js src/data/var/dataUser.js src/dimensions.js src/effects.js src/event.js src/manipulation.js src/offset.js src/queue.js src/selector-native.js test/data/testrunner.js
* Support: Reduce size via code consolidation and minification awarenessRichard Gibson2014-03-041-59/+33
| | | | | Ref badcd1b6f301e6253405f17759c1270549a34e12 Closes gh-1518
* Support: Skip style-based tests when element.style is undefinedRichard Gibson2014-02-131-4/+8
| | | | | | Fixes #14785 Ref #13754 Ref badcd1b6f301e6253405f17759c1270549a34e12
* Docs: Add support comments for prefixed box-sizingMichał Gołębiowski2014-02-051-0/+1
|
* Fix some code style inconsistenciesOleg2013-11-072-3/+3
|
* All non-var modules should not indent in their AMD wrappers (just for ↵Timmy Willison2013-09-091-5/+7
| | | | prettier builds). No functionality changes.
* No ticket. Restore checking individual src/**/*.js files by jsHint.Michał Gołębiowski2013-09-061-2/+2
|
* Fix #10814. Fix #14084. Make support tests lazy and broken out to components.Michał Gołębiowski2013-09-062-0/+76
|
* AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163.Timmy Willison2013-08-152-0/+125
Conflicts: Gruntfile.js README.md src/ajax.js src/ajax/xhr.js src/attributes.js src/core.js src/css.js src/data.js src/effects.js src/event.js src/manipulation.js src/offset.js src/selector-native.js src/traversing.js test/unit/core.js test/unit/data.js