mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Merge branch 'rfxnum' of https://github.com/lrbabe/jquery into lrbabe-rfxnum
This commit is contained in:
commit
a13089d5b4
2
src/effects.js
vendored
2
src/effects.js
vendored
@ -2,7 +2,7 @@
|
||||
|
||||
var elemdisplay = {},
|
||||
rfxtypes = /^(?:toggle|show|hide)$/,
|
||||
rfxnum = /^([+\-]=)?([\d+.\-]+)(.*)$/,
|
||||
rfxnum = /^([+\-]=)?([\d+.\-]+)([a-z%]*)$/i,
|
||||
timerId,
|
||||
fxAttrs = [
|
||||
// height animations
|
||||
|
Loading…
Reference in New Issue
Block a user