Я, конечно, удалил всю ненужную информацию в этих фрагментах кода
Вот мой HTML
Код: Выделить всё
Код: Выделить всё
.content{
margin: 0px;
position: fixed;
display:none
background-image: url("../img/city_topdown_blurred.png");
background-size:cover;
width: 100%;
height: 100%;
}
Код: Выделить всё
$(document).ready(function(){
console.log("fading in");
$('.content').fadeIn("slow", function(){
console.log("fading done");
});
});
даже если время установлено на 10000 или выше.
Подробнее здесь: https://stackoverflow.com/questions/401 ... g-messages
Мобильная версия