Knob rotation

Developer
Size
2,122 Kb
Views
12,144

How do I make an knob rotation?

What is a knob rotation? How do you make a knob rotation? This script and codes were developed by Raichu26 on 28 November 2022, Monday.

Knob rotation Previews

Knob rotation - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Knob rotation</title> <style> /* NOTE: The styles were added inline because Prefixfree needs access to your styles and they must be inlined if they are on local disk! */ body,html {	background: #141415;	width: 100%;	height: 100%;	margin: 0;	padding:0;
}
.knob, .bg{	position: absolute;	left: 50%;	margin-left: -200px;
}
.knob {	z-index: 1;	-webkit-animation: turn 3s linear infinite;
}
@-webkit-keyframes turn {	100% {	-webkit-transform: rotate(360deg);	}
} </style> <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body> <img src="https://i.imgur.com/3FEaiiS.png" alt="" class="knob">
<img src="https://i.imgur.com/M7f9g4a.png" class="bg"> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

Knob rotation - Script Codes CSS Codes

body,html {	background: #141415;	width: 100%;	height: 100%;	margin: 0;	padding:0;
}
.knob, .bg{	position: absolute;	left: 50%;	margin-left: -200px;
}
.knob {	z-index: 1;	-webkit-animation: turn 3s linear infinite;
}
@-webkit-keyframes turn {	100% {	-webkit-transform: rotate(360deg);	}
}

Knob rotation - Script Codes JS Codes

// nothin magical, this is an animated png
// knob by Ashung Hung
// I'm looking for a dribbble invite,
// Hit me at aurelien.lemesre[a]gmail.com !
// <3
Knob rotation - Script Codes
Knob rotation - Script Codes
Home Page Home
Developer Raichu26
Username alemesre
Uploaded November 28, 2022
Rating 4.5
Size 2,122 Kb
Views 12,144
Do you need developer help for Knob rotation?

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!

Raichu26 (alemesre) Script Codes
Name
STAR WARS Title
CSS RAIN
Zelda Loader
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!