$(function() {
// *** Desplazar fondo
// altura de la imágen de fondo en píxeles
var backgroundheight = 4000;
// minutos/hora actual
var now = new Date();
var hour = now.getHours();
var minute = now.getMinutes();
// cálculos de tiempo, los convierte en porcentajes
var hourpercent = hour / 24 * 100;
var minutepercent = minute / 60 / 24 * 100;
var percentofday = hourpercent + minutepercent;
// calcula cual linea de píxeles comenzar
var startoffset = backgroundheight / 100 * percentofday;
// cálculos de desplazamiento
var endoffset = startoffset + backgroundheight;
function scrollbackground() {
// posición inicial de la imágen del fondo
$('body').css({
backgroundPosition: '50% -' + startoffset + 'px'
});
// animar hasta el final
$('body').animate({
backgroundPosition:'(50% -' + endoffset + 'px)'
},
100000,
"linear",
function () {
scrollbackground();
}
);
}
// comenzar la animación
scrollbackground();
}
HOLA ESTE ES MI BLOG DE LA SAGA TWILIGHT.AQUI PUEDES ENCONTRAR INFORMACION DE LA SAGA TWILIGHT
O CREPUSCULO EN ESPAÑOL PARA QUE TE INTERESE LEER TODA LA SAGA DE CREPSCULO DE STHPENIE MEYER.
EN MIS OTRO ESPACIO ME PUEDEN ENCONTRAR COMO NARUTOKUN28
o
BERNARDO28