noosfera
Гуру форума
- Регистрация
- 2 Ноя 2008
- Сообщения
- 110
- Реакции
- 95
- Автор темы
- #1
Для просмотра скрытого содержимого вы должны войти или зарегистрироваться.
Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
Меняем*** скрытое содержание ***
function scrollnews(spazio, tempo){
$strip.animate({left: '-='+ spazio}, tempo, "linear", function(){$strip.css("left", containerWidth); scrollnews(totalTravel, defTiming);});
}
scrollnews(totalTravel, defTiming);
function scrollnews(distance, tempo){
$strip.animate({left: '+='+ distance}, tempo, "linear", function(){
$strip.css("left", -stripWidth);
scrollnews(totalTravel, defTiming);
});
}
$strip.css('left', -stripWidth);
scrollnews(totalTravel, defTiming);