Transform

Developer
Size
1,926 Kb
Views
50,600

How do I make an transform?

What is this?. What is a transform? How do you make a transform? This script and codes were developed by Vikas Chauhan on 27 August 2022, Saturday.

Transform Previews

Transform - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Transform</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div id="wrapper"> <div id="cube"> <div class="side" id="side1">VIKAS</div> </div> </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>

Transform - Script Codes CSS Codes

body { background: olive; font: 120pt Arial, Tahoma;
}
#wrapper{ -webkit-prespective: 0 auto; margin: 150px;
}
.side { width: 0 auto; height: 0 auto; background: rgba(0,0,0,.3); background: -webkit-radial-gradient(rgba(0,0,0,.1), rgba(0,0,0,.4)); position: relative; color: #fff; font-size: .5em; line-height: 30px; text-align: center; text-shadow: 0 1px 3px rgba(0,0,0,.4); -webkit-transform-origin: 50% 50% -150px;
}

Transform - Script Codes JS Codes

$(function(){ $(document).mousemove(function(e){ $('#wrapper').css({ '-webkit-transform':'rotateX('+e.pageY+'deg) rotateY('+e.pageX+'deg)' }); }); });
Transform - Script Codes
Transform - Script Codes
Home Page Home
Developer Vikas Chauhan
Username vikasford
Uploaded August 27, 2022
Rating 3
Size 1,926 Kb
Views 50,600
Do you need developer help for Transform?

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!

Vikas Chauhan (vikasford) Script Codes
Create amazing captions 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!