CSS Link Zoom On Click

Size
1,960 Kb
Views
26,312

How do I make an css link zoom on click?

What is a css link zoom on click? How do you make a css link zoom on click? This script and codes were developed by Bryce Hanscomb on 24 September 2022, Saturday.

CSS Link Zoom On Click Previews

CSS Link Zoom On Click - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>CSS Link Zoom On Click</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <a id="link" href="javascript:void(0);"> Click Me
</a> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

CSS Link Zoom On Click - Script Codes CSS Codes

.superZoom { -webkit-transform: scale(40); opacity: 0;
}
html { -webkit-transform-origin: 10px 15px; -webkit-transition: -webkit-transform 0.3s ease-in 0s, opacity 0.3s ease-in 0s;
}
#link { background: yellow;
}

CSS Link Zoom On Click - Script Codes JS Codes

$('#link').on('click',function() { $('html').toggleClass('superZoom');
});
CSS Link Zoom On Click - Script Codes
CSS Link Zoom On Click - Script Codes
Home Page Home
Developer Bryce Hanscomb
Username Bryce
Uploaded September 24, 2022
Rating 3
Size 1,960 Kb
Views 26,312
Do you need developer help for CSS Link Zoom On Click?

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!

Bryce Hanscomb (Bryce) Script Codes
Create amazing Facebook ads 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!