CSS Gradient Animation

Size
1,744 Kb
Views
20,240

How do I make an css gradient animation?

Test. What is a css gradient animation? How do you make a css gradient animation? This script and codes were developed by Dominic Francois on 10 October 2022, Monday.

CSS Gradient Animation Previews

CSS Gradient Animation - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>CSS Gradient Animation</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> <body> <h1>Gradient Animation</h1>
</body> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
</body>
</html>

CSS Gradient Animation - Script Codes CSS Codes

@import url(https://fonts.googleapis.com/css?family=Open+Sans:700);
h1 { color:#fbfbfb; font-size:2.2em; text-align:center; margin-top:3em; font-family: 'Open Sans', sans-serif; text-shadow:0px 1px 8px #000000;;
}
body { background: linear-gradient(148deg, #13a781, #277bed);
background-size: 1000% 1000%;
-webkit-animation: AnimationName 30s ease infinite;
-moz-animation: AnimationName 30s ease infinite;
animation: AnimationName 30s ease infinite;
}
@-webkit-keyframes AnimationName { 0%{background-position:0% 50%} 50%{background-position:100% 50%} 100%{background-position:0% 50%}
}
@-moz-keyframes AnimationName { 0%{background-position:0% 50%} 50%{background-position:100% 50%} 100%{background-position:0% 50%}
}
@keyframes AnimationName { 0%{background-position:0% 50%} 50%{background-position:100% 50%} 100%{background-position:0% 50%}
}
CSS Gradient Animation - Script Codes
CSS Gradient Animation - Script Codes
Home Page Home
Developer Dominic Francois
Username DominicFrancois
Uploaded October 10, 2022
Rating 3
Size 1,744 Kb
Views 20,240
Do you need developer help for CSS Gradient Animation?

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!

Dominic Francois (DominicFrancois) Script Codes
Create amazing blog posts 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!