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 = {},
|
var elemdisplay = {},
|
||||||
rfxtypes = /^(?:toggle|show|hide)$/,
|
rfxtypes = /^(?:toggle|show|hide)$/,
|
||||||
rfxnum = /^([+\-]=)?([\d+.\-]+)(.*)$/,
|
rfxnum = /^([+\-]=)?([\d+.\-]+)([a-z%]*)$/i,
|
||||||
timerId,
|
timerId,
|
||||||
fxAttrs = [
|
fxAttrs = [
|
||||||
// height animations
|
// height animations
|
||||||
|
|
Loading…
Reference in a new issue