Chrome logo effect

Developer
Size
1,965 Kb
Views
64,768

How do I make an chrome logo effect?

What is a chrome logo effect? How do you make a chrome logo effect? This script and codes were developed by Adem Ilter on 11 June 2022, Saturday.

Chrome logo effect Previews

Chrome logo effect - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>chrome logo effect</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! */ *{margin:0; padding:0;}
body{ margin:20px;}
#logo {display:block; width:123px;} </style> <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body> <img id="logo" src="https://www.google.com/intl/tr/chrome/assets/common/images/chrome_logo_2x.png"> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

Chrome logo effect - Script Codes CSS Codes

*{margin:0; padding:0;}
body{ margin:20px;}
#logo {display:block; width:123px;}

Chrome logo effect - Script Codes JS Codes

var i =0;
function mask(a) { i++; if (i < a) { $("#logo").attr("style", "-webkit-mask:-webkit-gradient(radial, 17 17, "+ i +", 17 17, "+ (i+15) +", from(rgb(0, 0, 0)), color-stop(0.5, rgba(0, 0, 0, 0.2)), to(rgb(0, 0, 0)));"); setTimeout(function (){mask(a);},20-i);} else i=0;
}
$("#logo").on("mouseenter", function(){ mask(138)
});
Chrome logo effect - Script Codes
Chrome logo effect - Script Codes
Home Page Home
Developer Adem Ilter
Username ademilter
Uploaded June 11, 2022
Rating 3.5
Size 1,965 Kb
Views 64,768
Do you need developer help for Chrome logo effect?

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!

Adem Ilter (ademilter) Script Codes
Create amazing blog posts 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!