/* Author:dreipol */

$(window).load(function(){
	$('#screen').orbit({
		"animation":"horizontal-push",
		animationSpeed:500,
		timer:true,
		advanceSpeed:4000,
		pauseOnHover:true,
		startClockOnMouseOut:true,
		startClockOnMouseOutAfter:2000,
		directionalNav:true,
		captions:false,
		bullets:false
	});
});

$(document).ready(function(){
	$('#inkfinder-logo').delay(150).animate({top:'+=70'},{duration:250,specialEasing:{width:'linear',height:'easeOutBounce'}});
	$('#peach-logo').delay(250).animate({top:'+=70'},{duration:250,specialEasing:{width:'linear',height:'easeOutBounce'}});
	$('#app-store-batch').delay(500).animate({top:'+=470'},{duration:350,specialEasing:{width:'linear',height:'easeOutBounce'}});
	$('#socialmedia-box').delay(800).animate({top:'+=95'},{duration:250,specialEasing:{width:'linear',height:'easeOutBounce'}});
});

