IE6 will shrink-wrap elements with layout instead of allowing content to flow outside...
[jquery.git] / src / effects.js
2010-10-05 Colin SnoverIE6 will shrink-wrap elements with layout instead of...
2010-10-05 Colin SnoverTiny cleanup to remove some superfluous code that was...
2010-10-05 Colin SnoverUpdate $.fn.animate to restore overflow-x and overflow...
2010-10-05 Colin SnoverUpdate $.fn.animate to change display mode only when...
2010-09-24 jeresigMake sure that a clone of the animate speed properties...
2010-09-24 J. Ryan StinnettAllow named animation speed to be 0. Fixes #6579.
2010-09-24 lrbabeMake the interval between two animations tick public...
2010-09-22 Karl SwedbergAdded full support for easing in all shorthand effects...
2010-09-22 jeresigApplied the RegExp issues reported by Jeff Robinson...
2010-09-17 John ResigDerp, had parseInt on the brain. Thanks karbassi in...
2010-09-17 John ResigSimplifying the camelCase logic used in the CSS and...
2010-09-17 John ResigjQuery.css() returns a string value - handle this prope...
2010-09-17 John ResigBringing in the rdashAlpha/fcamelCase private var tweak...
2010-09-16 jeresigSplit apart jQuery.css into jQuery.css (computed values...
2010-09-13 John ResigMaking some more adjustments to handle auto CSS properties.
2010-09-09 jeresigAdding in a couple private variables to effects.js...
2010-09-08 jeresigMake sure that jQuery works even when the individual...
2010-09-08 jeresigMake sure that jQuery works even when the individual...
2010-09-05 John ResigFirst pass at unifying the various CSS methods in jQuer...
2010-06-20 jeresigMade it so that you no longer need to build jQuery...
2010-03-23 jeresigMade it so that you no longer need to build jQuery...
2010-03-02 jeresigMore changes to get jQuery in line with JSLint.
2010-03-01 jeresigMade some code tweaks related to running jQuery through...
2010-01-23 Karl SwedbergMade .show() and .hide() use .animate() only if speed...
2009-12-22 jeresigMade a number of spacing changes to bring the code...
2009-12-21 jeresigMoved logic for handling .animate({}), doesn't queue...
2009-12-18 jeresigBringing the effects module closer to being inline...
2009-12-18 jeresigRenamed the 'fx' module to 'effects'. Should've been...