



var marqueecontents='
Thank you for visiting 1996. Enjoy your stay!';
document.write('');
setTimeout("window.onresize=regenerate",450);


$('#slidingdiv').hover(function(){
$(this).addClass('hover');
$(this).css({opacity: 0.7});
});








transition: opacityCSS property to apply on 1sTime transition should takelinearTiming Function

cubic-bezier(0.9, 0.1, 0.1, 0.9);
Stolen from htmlfivewow.com
transitionendOTransitionEndwebkitTransitionEndauto to 100%transitionend.transitionEnd fires for each property that changes if all properties are transitioned.event.target.removeEventListener(event.type, transCallback, false);transition-delay applies differently across browsers jsfiddle.net/p5ztz/node.style.backgroundColor ="red"; node.style.backgroundColor = "blue";
node.style.backgroundColor ="red"; document.body.offsetWidth; node.style.backgroundColor = "blue";
window.setTimeout(function() {
node.style.backgroundColor = "blue"; }, 0);
div { animation: animation-name 6s linear infinite; }
@keyframes animation-name { 50% { opacity: 0.5; } }
animationstartwebkitAnimationStartanimationendwebkitAnimationEndanimationiterationwebkitAnimationIterationanimation-delay set.animation-iteration-count
Chrome:
Firefox:
Chrome:
Firefox:
jQuery Animation Enhanced: playground.benbarnett.net/jquery-animate-enhanced/
jQuery Transition: github.com/louisremi/jquery.transition.js
Scripty2: scripty2.com
webkitRequestAnimationFrame & mozRequestAnimationFrametransitionstarted, CSSAnimationKeyframe).