var images = $$('.animation img');

window.addEvent('scroll', function() {
	console.log(this.getScroll());
/*
	images.each(function(image, index) {
		
	})
*/
})
function getScrollDirection() {
	
}
