Плавная смена картинки
Картинка document.getElementById('img') в переменной color:
<script>
function showColor(t, color, colorText) {
var q = $(t).parents(".products-wrap").first();
document.getElementById('img').innerHTML='<img class="responsive-img" title="Smart Balance SUV 10 Черный" alt="Smart Balance SUV 10 Черный" src="'+color+'">';
$(q).find(".color-text").text(colorText);
}
</script>
Подскажите пожалуйста, как сюда можно прикрутить плавную смену картинки?
Большое спасибо!
|