Full page parallax

Developer
Size
1,957 Kb
Views
38,456

How do I make an full page parallax?

What is a full page parallax? How do you make a full page parallax? This script and codes were developed by SNÖGRAFX on 26 August 2022, Friday.

Full page parallax Previews

Full page parallax - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Full page parallax</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css"> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div id='top'></div>
<div id='middle'></div>
<div id='bottom'></div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

Full page parallax - Script Codes CSS Codes

html, body { width: 100%; height: 100%;
}
#top { background: url('http://www.gratisography.com/pictures/118H.jpg'); background-size: cover; background-position: center; height: 100%; width: 100%; position: relative; overflow: hidden;
}
#middle { background: url('http://www.gratisography.com/pictures/60H.jpg'); background-size: cover; background-position: center; height: 100%; width: 100%; position: relative; overflow: hidden;
}
#bottom { background: url('http://www.gratisography.com/pictures/35H.jpg'); background-size: cover; background-position: center; height: 100%; width: 100%; position: relative; overflow: hidden;
}

Full page parallax - Script Codes JS Codes

$(window).scroll(function(e){ parallax();
});
function parallax(){ var scrolled = $(window).scrollTop(); $('#middle').css('top',-(scrolled*0.4)+'px'); $('#bottom').css('top',-(scrolled*0.9)+'px');
}
Full page parallax - Script Codes
Full page parallax - Script Codes
Home Page Home
Developer SNÖGRAFX
Username snografx
Uploaded August 26, 2022
Rating 3
Size 1,957 Kb
Views 38,456
Do you need developer help for Full page parallax?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

SNÖGRAFX (snografx) Script Codes
Create amazing art & images with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!