got a svg that swiches between coloroverlays, the style looks like this
.wsf-tshirt{fill:#fff;mix-blend-mode: multiply;}
and the java string that's included looks like this:
$('.wsf-tshirt').css({fill: '#field(391)', 'mix-blend-mode': 'multiply'});
Q: what elements do I add to make the transition last for a second-ish ?