Главная » 2014 » Сентябрь » 27 » Огонь скриптом
8:31 PM
Огонь скриптом

Прикольное пламя видел антимированное, решил сохранить

Скрипт

<script type="text/javascript">
(function($) {
$(document).ready(function() {
$('#animate')
.sprite({
fps: 7,
no_of_frames: 8,
start_at_frame: 1,
})
});
})(jQuery);

$(document).ready(function(){
$("#wofAnimate").animate({
top:"-80",
},3000);
});

</script>

В html коде пишем:

<div id="animate"></div>

Стили css:

#animate {
position: absolute;
left: 488px;
top: 5px;
width: 249px;
height: 75px;
background: transparent url(../../images/new/animation/Flames_All.png) 0 0 no-repeat;
background-repeat: no-repeat;
}

И сам файл с картиночкой скачать не забудьте!!!

Просмотров: 664 | Добавил: 9dem | Рейтинг: 0.0/0
Всего комментариев: 0
avatar