Material Button Click Example Usage

Developer
Size
2,185 Kb
Views
18,216

How do I make an material button click example usage?

A jQuery plugin that creates a material button click feel. What is a material button click example usage? How do you make a material button click example usage? This script and codes were developed by Izzy Skye on 27 October 2022, Thursday.

Material Button Click Example Usage Previews

Material Button Click Example Usage - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Material Button Click Example Usage</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="clickhere">Click Here<span></span></div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src='https://rawgit.com/lopeax/material-button-click/master/mbclicker.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

Material Button Click Example Usage - Script Codes CSS Codes

html,
body {	margin: 0;	height: 100%;	width: 100%;	overflow-x: hidden;
}
.clickhere {	position: fixed;	top: 50%;	left: 50%;	-webkit-transform: translate(-50%, -50%);	transform: translate(-50%, -50%);	padding: 20px 32px;	overflow: hidden;	background: #08c;	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);	color: #eee;	cursor: pointer;	-webkit-touch-callout: none;	-webkit-user-select: none;	-khtml-user-select: none;	-moz-user-select: none;	-ms-user-select: none;	user-select: none;
}

Material Button Click Example Usage - Script Codes JS Codes

//Github Repo is here: https://github.com/lopeax/material-button-click
$(document).ready(function() {	var $click = $('.clickhere');	$click.mbClicker({	size: 300, //Maximum size of circle	speed: 750, //Time of animation in miliseconds	colour: 'rgba(0,0,0,0.11)', //Colour of circle and shadow	shadow: false, //Whether or not to have a shadow on the circle	buttonAnimation: true //Only use if button doesn't have a style attribute	});
});
Material Button Click Example Usage - Script Codes
Material Button Click Example Usage - Script Codes
Home Page Home
Developer Izzy Skye
Username zephyr
Uploaded October 27, 2022
Rating 3
Size 2,185 Kb
Views 18,216
Do you need developer help for Material Button Click Example Usage?

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!

Izzy Skye (zephyr) 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!