Dear Support,
Months before i added a custom css animation to the drop-down select fields (located in the table.variations) in single product pages.
It worked well, up until recent weeks. It broke and now i see that every time i press the ‘Cart ‘button, there is a style attribute added to these fields with animation: 0s, ..etc properties. Which is not the same what i send to them by jQuery via this code:
$('select#pa_kilincstengely-kulcsluktvol').css({
'animation-duration' : '1s',
'animation-name' : 'variacioelszinezodik',
'animation-iteration-count' : 'infinite',
'animation-direction' : 'alternate'
});
Do you have any idea what causes this?
Thank you!
Wiktor