Показать сообщение отдельно
  #5 (permalink)  
Старый 07.06.2015, 20:43
Интересующийся
Отправить личное сообщение для malevi4 Посмотреть профиль Найти все сообщения от malevi4
 
Регистрация: 23.05.2015
Сообщений: 11

рони,
у меня пока два блока и стоит

Вот так сейчас код выглядит:

$('.imgWrap, this').hover(function(){
	$('.image, .image2, .image3, .image4, .image5, .image6, this').hide();
	$('.image1,this').show();
	setTimeout(function(){
	$('.image1,this').hide();
	}, 300);
	setTimeout(function(){
	$('.image2,this').show();
	}, 300);
	setTimeout(function(){
	$('.image2,this').hide();
	}, 600);
	setTimeout(function(){
	$('.image3,this').show();
	}, 600);
	setTimeout(function(){
	$('.image3,this').hide();
	}, 900);
	setTimeout(function(){
	$('.image4,this').show();
	}, 900);
	setTimeout(function(){
	$('.image4,this').hide();
	}, 1200);
	setTimeout(function(){
	$('.image5,this').show();
	}, 1200);
	

},function(){
	$('.image1, .image2, .image3, .image4, .image5, .image6, this').hide();
	$('.image,this').show();
});

Последний раз редактировалось malevi4, 07.06.2015 в 20:49.
Ответить с цитированием