Full page image fade in

Developer
Size
1,849 Kb
Views
40,480

How do I make an full page image fade in?

What is a full page image fade in? How do you make a full page image fade in? This script and codes were developed by Andy Hoffman on 24 August 2022, Wednesday.

Full page image fade in Previews

Full page image fade in - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Full page image fade in</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <figure> <img src="https://images.unsplash.com/photo-1432637194732-34cedd856522?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&w=1080&fit=max&s=a135be75b0fa480c18b22b5e557f56b3" alt="">
</figure> <script src="js/index.js"></script>
</body>
</html>

Full page image fade in - Script Codes CSS Codes

body,
figure{ margin: 0;
}
figure { position: fixed; width: 100vw; height: 100vh; opacity: 0; transition: 2s opacity;
}
img { width: 100vw;
}
figure:after { transition: 2s background; background: transparent; content: ''; display: block; height: 100%; width: 100%; top: 0; left: 0; position: absolute;
}
.loaded figure:after { background: rgba(0, 0, 0, 0.5);
}
.loaded figure { opacity: 1;
}

Full page image fade in - Script Codes JS Codes

window.onload = init;
function init() { document.body.classList.add("loaded");
}
Full page image fade in - Script Codes
Full page image fade in - Script Codes
Home Page Home
Developer Andy Hoffman
Username antibland
Uploaded August 24, 2022
Rating 3
Size 1,849 Kb
Views 40,480
Do you need developer help for Full page image fade in?

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!

Andy Hoffman (antibland) 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!