Nonsense 1

Developer
Size
2,616 Kb
Views
36,432

How do I make an nonsense 1?

What is a nonsense 1? How do you make a nonsense 1? This script and codes were developed by Carl Calderon on 30 July 2022, Saturday.

Nonsense 1 Previews

Nonsense 1 - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Nonsense 1</title> <script src="http://s.codepen.io/assets/libs/modernizr.js" type="text/javascript"></script> <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> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

Nonsense 1 - Script Codes CSS Codes

body { overflow: hidden; background: black }

Nonsense 1 - Script Codes JS Codes

(function() { var ctx, cvs, db, r, raf, t; t = 0; cvs = document.createElement("canvas"); document.body.appendChild(cvs); ctx = cvs.getContext("2d"); cvs.width = window.innerWidth; cvs.height = window.innerHeight; raf = requestAnimationFrame; db = function(x, y, v) { var p, pv; p = (x * y) / 4096; pv = (v - 80) / 40; ctx.fillStyle = "rgb(" + (parseInt((1 - pv) * 255)) + "," + (parseInt(pv * 255)) + "," + (parseInt((0.5 - pv) * 255)) + ")"; ctx.fillRect(parseInt(x * 10 - parseInt(-window.innerWidth, 10) / 64 * y + window.innerWidth / 2 + parseInt(-window.innerWidth * 1.2, 10), 10), parseInt(y - v + Math.cos(t / 3) * parseInt(window.innerHeight / 3, 10) / 64 * x + window.innerHeight / 2, 10), 10, Math.pow(v, 1.1)); }; raf(r = function() { var i, j, x, y; t += 0.1; ctx.fillStyle = "#000"; ctx.fillRect(0, 0, window.innerWidth, window.innerHeight); for (x = i = 0; i <= 64; x = ++i) { for (y = j = 0; j <= 64; y = ++j) { db(x, y, Math.sin(x * y / 4096 * Math.PI * 10 / 2 + t) * 20 + 100); } } return raf(r); });
}).call(this);
Nonsense 1 - Script Codes
Nonsense 1 - Script Codes
Home Page Home
Developer Carl Calderon
Username carlcalderon
Uploaded July 30, 2022
Rating 3.5
Size 2,616 Kb
Views 36,432
Do you need developer help for Nonsense 1?

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!

Carl Calderon (carlcalderon) Script Codes
Create amazing sales emails 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!