Rotate Circle

Developer
Size
1,963 Kb
Views
8,096

How do I make an rotate circle?

Simple pen. Click the rotate button to rotate a circle. . What is a rotate circle? How do you make a rotate circle? This script and codes were developed by Sarah Dunlap on 18 January 2023, Wednesday.

Rotate Circle Previews

Rotate Circle - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Rotate Circle</title> <link rel='stylesheet prefetch' href='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css'> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="container"> <img id="circle" src="http://i1194.photobucket.com/albums/aa365/Sarah_Dunlap/circle2.png" alt="circle"/> <button type="button" id = "click" class="btn btn-default btn-lg">Rotate</button>
</div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

Rotate Circle - Script Codes CSS Codes

body {background-color: #e4e4e4;}
.container {text-align:center;}
.button {margin-left: 80px;}
#circle {z-index: -1; position:relative;}

Rotate Circle - Script Codes JS Codes

var degree = 30;
function rotateFunc() { var circle = document.querySelector("#circle"); circle.style.transform = "rotate(" + degree.toString() + "deg)"; degree += 30;
}
document.getElementById("click").addEventListener("click", rotateFunc);
Rotate Circle - Script Codes
Rotate Circle - Script Codes
Home Page Home
Developer Sarah Dunlap
Username SarahDunlap
Uploaded January 18, 2023
Rating 3
Size 1,963 Kb
Views 8,096
Do you need developer help for Rotate 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!

Sarah Dunlap (SarahDunlap) 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!