Chameleon background

Size
2,314 Kb
Views
22,264

How do I make an chameleon background?

Dynamic background created from two squares rotating in opposite directions at an offset from each other.. What is a chameleon background? How do you make a chameleon background? This script and codes were developed by Roland Warmerdam on 23 September 2022, Friday.

Chameleon background Previews

Chameleon background - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Chameleon background</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel="stylesheet" href="css/style.css">
</head>
<body>
</body>
</html>

Chameleon background - Script Codes CSS Codes

body { -webkit-animation: theme 21s linear infinite; animation: theme 21s linear infinite;
}
body:after, body:before { content: ''; display: block; position: fixed; z-index: -1; top: 0; width: 100vw; height: 100vh; width: 100vmax; height: 100vmax; background: rgba(0, 0, 0, 0.05); -webkit-animation: background 90s linear infinite; animation: background 90s linear infinite;
}
body:after { left: 15vw;
}
body:before { right: 15vw; -webkit-animation-delay: -30s; animation-delay: -30s; -webkit-animation-direction: reverse; animation-direction: reverse;
}
@-webkit-keyframes theme { 0% { background: #74C390; } 16% { background: #5DBDB6; } 33% { background: #59D4E1; } 50% { background: #51BCE8; } 66% { background: #FA5374; } 83% { background: #E46653; } 100% { background: #74C390; }
}
@keyframes theme { 0% { background: #74C390; } 16% { background: #5DBDB6; } 33% { background: #59D4E1; } 50% { background: #51BCE8; } 66% { background: #FA5374; } 83% { background: #E46653; } 100% { background: #74C390; }
}
@-webkit-keyframes background { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes background { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
Chameleon background - Script Codes
Chameleon background - Script Codes
Home Page Home
Developer Roland Warmerdam
Username Rowno
Uploaded September 23, 2022
Rating 3
Size 2,314 Kb
Views 22,264
Do you need developer help for Chameleon background?

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!

Roland Warmerdam (Rowno) 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!