]> source.dussan.org Git - jquery.git/commit
CSS: Skip the px-appending logic for animations of non-element props
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Mon, 30 Apr 2018 16:52:39 +0000 (18:52 +0200)
committerGitHub <noreply@github.com>
Mon, 30 Apr 2018 16:52:39 +0000 (18:52 +0200)
commitf5e36bd8f2c2b28231bbed926c6c3dead94db545
treea34ac08fd6129c2974b0d16248e83b26eaa07bc6
parent76468365779c2d07c7f25ded141e99bad97f78a7
CSS: Skip the px-appending logic for animations of non-element props

Without this change animating properties from jQuery.cssNumber on non-elements
throws an error.

Ref gh-4055
Closes gh-4061
src/css/adjustCSS.js
test/unit/effects.js