Fix fade in
This commit is contained in:
parent
04c28403c8
commit
b15465bbdd
|
@ -149,6 +149,9 @@
|
|||
form.$singleVariation.slideUp( 200 ).trigger( 'hide_variation' );
|
||||
}
|
||||
|
||||
// added to get around variation image flicker issue
|
||||
$( '.product.has-default-attributes > .images' ).fadeTo( 200, 1 );
|
||||
|
||||
form.toggleResetLink( attributes.chosenCount > 0 );
|
||||
};
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -4,7 +4,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: WooCommerce 2.7.0-beta-1\n"
|
||||
"Report-Msgid-Bugs-To: https://github.com/woocommerce/woocommerce/issues\n"
|
||||
"POT-Creation-Date: 2016-12-22 22:55:53+00:00\n"
|
||||
"POT-Creation-Date: 2016-12-22 23:12:15+00:00\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
|
Loading…
Reference in New Issue