diff options
author | Jun Sun <klsforever@gmail.com> | 2015-12-30 15:40:08 +0800 |
---|---|---|
committer | Michał Gołębiowski <m.goleb@gmail.com> | 2016-01-07 21:46:22 +0100 |
commit | df822caff079177d1840d67e03d6b24a93ea99a5 (patch) | |
tree | 4d37ca24c3e2a137744941507c669741c22cabe1 /src/css.js | |
parent | a4d16a26abe3ea36337f7bfc4d1bfe13b893cd17 (diff) | |
download | jquery-df822caff079177d1840d67e03d6b24a93ea99a5.tar.gz jquery-df822caff079177d1840d67e03d6b24a93ea99a5.zip |
CSS: Add animation-iteration-count to cssNumber, fix tests
Fixes gh-2792
Closes gh-2793
Diffstat (limited to 'src/css.js')
-rw-r--r-- | src/css.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/css.js b/src/css.js index acd4bb3eb..5d3a0a6b5 100644 --- a/src/css.js +++ b/src/css.js @@ -190,6 +190,7 @@ jQuery.extend( { // Don't automatically add "px" to these possibly-unitless properties cssNumber: { + "animationIterationCount": true, "columnCount": true, "fillOpacity": true, "flexGrow": true, |