Animated Banner Header

Size
2,296 Kb
Views
12,144

How do I make an animated banner header?

Subtle gradient rotation. Testing for a landing page design. . What is a animated banner header? How do you make a animated banner header? This script and codes were developed by Chris Johnston on 03 January 2023, Tuesday.

Animated Banner Header Previews

Animated Banner Header - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Animated Banner Header</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div id="container">	<div id="bg">	<img src="http://cjohn.design/img/guy-in-geodesic.jpg">	</div>	<div id="tint">	<h1>Headline &<br>Call to Action</h1>	</div>
</div> <script src="js/index.js"></script>
</body>
</html>

Animated Banner Header - Script Codes CSS Codes

body { margin: 0;
}
#bg { position: absolute; top: -5em; left: 0; z-index: -1; width: 100%;
}
#bg img { width: 100%;
}
#tint { position: relative; top: 0; left: 0; height: 36em; opacity: 0.7; padding: 12em 2em;
}
#tint h1 { color: white; font-family: "arial", san serif; margin: 0;
}

Animated Banner Header - Script Codes JS Codes

/* From François Robichet - https://codepen.io/Calvein/pen/vNpyqm */
var tint = document.getElementById("tint");
var deg = 0;
var tick = function tick() { tint.style.background = "background linear-gradient(" + deg++ + "deg, #008751, #0067B2)"; requestAnimationFrame(tick);
};
requestAnimationFrame(tick);
Animated Banner Header - Script Codes
Animated Banner Header - Script Codes
Home Page Home
Developer Chris Johnston
Username cjohndesign
Uploaded January 03, 2023
Rating 3
Size 2,296 Kb
Views 12,144
Do you need developer help for Animated Banner Header?

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!

Chris Johnston (cjohndesign) Script Codes
Create amazing captions 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!