Smooth Color Fade

Developer
Size
2,463 Kb
Views
6,072

How do I make an smooth color fade?

What is a smooth color fade? How do you make a smooth color fade? This script and codes were developed by Mackdoyle on 26 December 2022, Monday.

Smooth Color Fade Previews

Smooth Color Fade - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Smooth Color Fade</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css"> <style> /* NOTE: The styles were added inline because Prefixfree needs access to your styles and they must be inlined if they are on local disk! */ html, body { width: 100%; height: 100%; margin: 0; padding: 0;
}
body { font-family: "Open Sans", sans-serif; -webkit-animation: pulsate 25s linear infinite; -moz-animation: pulsate 25s linear infinite; animation: pulsate 25s linear infinite;
}
h3 { position: absolute; top: 50%; left: 50%; color: rgba(255, 255, 255, 0.2); font-size: 40px;
}
@-webkit-keyframes pulsate { 0% { background: black; } 20% { background: red; } 40% { background: yellow; } 60% { background: green; } 80% { background: blue; } 100% { background: black; }
}
@-moz-keyframes pulsate { 0% { background: black; } 20% { background: red; } 40% { background: blue; } 60% { background: orange; } 80% { background: green; } 100% { background: black; }
}
@keyframes pulsate { 0% { background: black; } 20% { background: red; } 40% { background: blue; } 60% { background: orange; } 80% { background: green; } 100% { background: black; }
} </style> <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body> <h3>Smooth Color Fade</h3>
</body>
</html>

Smooth Color Fade - Script Codes CSS Codes

html, body { width: 100%; height: 100%; margin: 0; padding: 0;
}
body { font-family: "Open Sans", sans-serif; -webkit-animation: pulsate 25s linear infinite; -moz-animation: pulsate 25s linear infinite; animation: pulsate 25s linear infinite;
}
h3 { position: absolute; top: 50%; left: 50%; color: rgba(255, 255, 255, 0.2); font-size: 40px;
}
@-webkit-keyframes pulsate { 0% { background: black; } 20% { background: red; } 40% { background: yellow; } 60% { background: green; } 80% { background: blue; } 100% { background: black; }
}
@-moz-keyframes pulsate { 0% { background: black; } 20% { background: red; } 40% { background: blue; } 60% { background: orange; } 80% { background: green; } 100% { background: black; }
}
@keyframes pulsate { 0% { background: black; } 20% { background: red; } 40% { background: blue; } 60% { background: orange; } 80% { background: green; } 100% { background: black; }
}
Smooth Color Fade - Script Codes
Smooth Color Fade - Script Codes
Home Page Home
Developer Mackdoyle
Username mackdoyle
Uploaded December 26, 2022
Rating 3
Size 2,463 Kb
Views 6,072
Do you need developer help for Smooth Color Fade?

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!

Mackdoyle (mackdoyle) Script Codes
Create amazing video scripts 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!