mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
parent
e04c465b64
commit
8072d25e6f
4
src/effects.js
vendored
4
src/effects.js
vendored
@ -116,7 +116,7 @@ function createTween( value, prop, animation ) {
|
||||
|
||||
function defaultPrefilter( elem, props, opts ) {
|
||||
/* jshint validthis: true */
|
||||
var prop, value, toggle, tween, hooks, oldfire, display, dDisplay,
|
||||
var prop, value, toggle, tween, hooks, oldfire, display,
|
||||
anim = this,
|
||||
orig = {},
|
||||
style = elem.style,
|
||||
@ -166,7 +166,7 @@ function defaultPrefilter( elem, props, opts ) {
|
||||
|
||||
// inline-level elements accept inline-block;
|
||||
// block-level elements need to be inline with layout
|
||||
if ( !support.inlineBlockNeedsLayout || dDisplay === "inline" ) {
|
||||
if ( !support.inlineBlockNeedsLayout || defaultDisplay( elem.nodeName ) === "inline" ) {
|
||||
style.display = "inline-block";
|
||||
} else {
|
||||
style.zoom = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user