Circle

Size
1,712 Kb
Views
20,240

How do I make an circle?

What is a circle? How do you make a circle? This script and codes were developed by Scott R McGann on 11 November 2022, Friday.

Circle Previews

Circle - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>circle</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <canvas id=c> <script src="js/index.js"></script>
</body>
</html>

Circle - Script Codes CSS Codes

body{ margin:0; overflow:hidden;
}
#c{ width:100%; height:100vh;
}

Circle - Script Codes JS Codes

c=document.getElementById("c");
c.width=c.clientWidth;
c.height=c.clientHeight;
ctx=c.getContext("2d");
draw=()=>{ ctx.fillStyle="rgba(20,0,100,.1)"; ctx.fillRect(0,0,c.width,c.height); p+=.1; var x=c.width/2+Math.sin(p)*100; var y=c.height/2+Math.cos(p)*100; ctx.clearRect(x,y,10,10); requestAnimationFrame(draw);
}
p=0;
draw();
Circle - Script Codes
Circle - Script Codes
Home Page Home
Developer Scott R McGann
Username cantelope
Uploaded November 11, 2022
Rating 3
Size 1,712 Kb
Views 20,240
Do you need developer help for Circle?

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!

Scott R McGann (cantelope) Script Codes
Name
Formations
Modulation
Dimples
Snow
Pulse
Road2
Turtles Advanced
Recursive Trees
Road
Vortex
Create amazing marketing copy 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!