louisremi
780b7983d0
Group all local functions at the top of the file and add comments
2011-04-11 19:01:04 +02:00
jeresig
56ffad2dad
Merge branch '8101_lrbabe_requestAnimationFrame' of https://github.com/timmywil/jquery into timmywil-8101_lrbabe_requestAnimationFrame
...
Conflicts:
src/effects.js
2011-04-10 17:27:34 -04:00
timmywil
791402b453
Separate raf function definition from passing it to requestAnimationFrame
2011-04-10 17:17:34 -04:00
jaubourg
2594a935de
Applies exception in Style Guidelines regarding objects and functions when they are the last argument of a function call.
2011-04-08 17:41:14 +02:00
jaubourg
75a4bc4a4e
Makes sure each animation tick has the same timestamp for all animations in the batch.
2011-04-07 05:07:20 +02:00
timmywil
9db18ddd84
Per rwaldron's request, added oRequestAnimationFrame as a possibility
2011-04-05 16:28:25 -04:00
timmywil
fe3203bb5b
Some adjustments and style edits on lrbabe's pull for requestAnimationFrame
...
- Moved support.js check to effects.js. This is just an assignment to the function if it exists. Removed string concatenations.
+ Still need to do the checks on window, but after that, window is no longer needed.
- Switched ternary to an if statmenet
- assigned timerId to a number rather than the function. I did perf tests to check which is faster.
2011-04-04 19:25:12 -04:00
louisremi
c95ab2a39c
first tick should not occur immediatly; no tick should happen after a stop()
...
+ comments
2011-04-04 15:46:37 -04:00
louisremi
15e34d1f07
reduce impact of requestAnimationFrame on incompatible browsers by minimizing number of lookups
2011-04-04 15:46:37 -04:00
louisremi
03e6f7235b
there was no way to 'manually' stop an animation
2011-04-04 15:46:37 -04:00
louisremi
6de29b24b1
timerId has to be set to true, to avoid starting multiple animation queues
2011-04-04 15:46:37 -04:00
louisremi
933ea8c5fa
'this' is the window
2011-04-04 15:46:37 -04:00
louisremi
f7ccec1b70
use requestAnimationFrame instead of setInterval for animations, when available.
2011-04-04 15:46:37 -04:00
louisremi
85d9343271
Fixes #7912 . Make sure .cur() only returns 0 as fallback value when it needs to ("", auto, undefined, null).
...
This change makes .cur() more .cssHooks friendly. .cur() now returns the unmodified value by
.css() if it isn't a number, number-alike or a value that needs a fallback to 0.
This way fx.start doesn't need to be recalculated for complex values.
2011-02-17 17:26:23 +01:00
Anton M
faa6fe32f7
Revert "Merge branch '8099' of https://github.com/rwldrn/jquery into rwldrn-8099"
...
This reverts commit bb9408516a
, reversing
changes made to 3ad8dd242a
.
Conflicts:
src/effects.js
2011-02-15 22:30:34 +01:00
Anton M
6b08d88d04
Fix some whitespace issues.
2011-02-15 22:09:09 +01:00
Anton M
217a9919c3
Add missing semicolon.
2011-02-14 22:38:19 +01:00
jeresig
bb9408516a
Merge branch '8099' of https://github.com/rwldrn/jquery into rwldrn-8099
2011-02-14 12:36:49 -05:00
Anton M
659773348f
Fix breaking test in Chrome.
2011-02-14 00:37:07 +01:00
Anton M
c5edf982d5
Don't add "px" to unit-less properties when animating them. Fixes #4966 .
2011-02-13 23:17:58 +01:00
rwldrn
c67867ad0c
Bug #8099 - Updates per review
2011-01-31 14:50:03 -05:00
rwldrn
0d2e4796dc
Bug #8099 - Always restore to correct display value based on element's expected default display
2011-01-31 14:31:15 -05:00
Colin Snover
8e59a99e0a
Change the way jQuery.data works so that there is no longer a chance of collision between user data and internal data. Fixes #6968 .
2011-01-09 15:52:33 -06:00
Colin Snover
4eeae8b0bc
Remove patch for very early versions of Opera 9 that made it impossible to animate values smaller than -10000. Fixes #7193 . Thanks to igorw for initial patch & test case.
2010-12-30 01:23:08 -06:00
Colin Snover
3e0cc81504
Clean trailing whitespace from all files.
2010-12-30 00:34:48 -06:00
Colin Snover
efcf1a7921
Merge branch 'bug_7397' of https://github.com/rwldrn/jquery into rwldrn-bug_7397
2010-12-14 00:37:11 -06:00
rwldrn
a59bb30d0a
Whitespace correction
2010-12-09 12:50:01 -05:00
rwldrn
1cdd9f8cab
Whitespace correction
2010-12-09 12:48:52 -05:00
rwldrn
5b2408147b
Whitespace correction
2010-12-09 12:47:53 -05:00
rwldrn
00f1dfdd57
Reorders condition at L65 for efficiency
2010-12-09 12:44:52 -05:00
louisremi
796d25cf07
Precising the unit part of rfxnum regex
2010-12-09 10:23:45 +01:00
jeresig
86cf820d36
Backing out commit 795e880bba
- errors popping up in IE 6/7/8.
2010-11-09 23:42:05 -05:00
rwldrn
795e880bba
Fixes #7397 ; Adds 4 supporting unit tests.
2010-11-09 23:18:16 -05:00
rwldrn
8f2667f4c0
Clean #7397 ; Removed unnec. var declaration
2010-11-09 18:20:27 -05:00
rwldrn
118c8c4600
Fixes #7397 ; 4 supporting unit tests
2010-11-09 18:06:33 -05:00
John Resig
fb48ae8e6c
Make sure that when multiple variables are being declared that assignments are each done on their own line.
2010-11-09 11:09:07 -05:00
John Resig
e377621eaf
Fix quotes in comment.
2010-10-28 15:59:58 -04:00
jeresig
6e7a4e73a2
Calling .hide().show() on a stylesheet-hidden element wasn't bringing it back. Fixes #7331 .
2010-10-27 14:35:26 -04:00
Karl Swedberg
6ab402dced
For .show() with no arguments, only set display of elements in the second loop if they don't have style.display already set or if style.display isn't none. Fixes #7315 .
2010-10-26 14:37:44 -07:00
lrbabe
1a2400de08
.cur() doesn't take any boolean parameter since 1.4.3
2010-10-25 17:19:45 +02:00
Paul Irish
97dfa0d5a8
fadeToggle(). as suggested by Karl Swedberg in his jQcon talk. patched live! omg
2010-10-17 14:26:32 -04:00
John Resig
d23f63b13e
Merge branch 'animateHooks' of http://github.com/lrbabe/jquery into lrbabe-animateHooks
2010-10-11 16:44:12 -04:00
Colin Snover
5646a4feee
Fix olddisplay was inappropriately set when calling hide on an already hidden element. Fixes #7141 .
2010-10-11 15:22:43 -05:00
lrbabe
aa9e4db1ab
Make $.fn.animate compatible with jQuery.cssHooks
2010-10-11 16:08:38 +02:00
Colin Snover
543db64412
Fixed code convention issues. Reduced size of overflow reset code. Fixed broken show() test cases.
2010-10-08 20:29:41 -05:00
Colin Snover
91028794d5
Update $.fn.animate to only keep overflow set to hidden after an animation in IE6 when it is needed (width/height change) and update unit tests to reflect when overflow does not get reset.
2010-10-05 15:20:44 -05:00
Colin Snover
5057ff9f43
IE6 will shrink-wrap elements with layout instead of allowing content to flow outside of the border-box. Add a test for this and do not remove the overflow property after an animation in IE6.
2010-10-05 14:53:35 -05:00
Colin Snover
329b750af6
Tiny cleanup to remove some superfluous code that was left in from before I decided not to reset the display of inline elements after animation finishes (since this just causes it to jump back once complete).
2010-10-05 13:38:19 -05:00
Colin Snover
69e4f2535b
Update $.fn.animate to restore overflow-x and overflow-y separately. Fixes #7111 .
2010-10-05 13:32:07 -05:00
Colin Snover
0cdcef5b36
Update $.fn.animate to change display mode only when necessary (inline, non-floated elements), and to use a more proper display mode for those elements. Fixes #2185 .
2010-10-05 13:28:43 -05:00