Icon-font animation troggle

Size
2,108 Kb
Views
26,312

How do I make an icon-font animation troggle?

What is a icon-font animation troggle? How do you make a icon-font animation troggle? This script and codes were developed by Revolution Graphics on 01 October 2022, Saturday.

Icon-font animation troggle Previews

Icon-font animation troggle - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>icon-font animation troggle</title> <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.1/css/font-awesome.css" rel="stylesheet"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel="stylesheet" href="css/style.css">
</head>
<body> <button id="toggle" class="closed"><i class="fa fa-arrow-circle-o-right icon-rotate"></i></button> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

Icon-font animation troggle - Script Codes CSS Codes

button { font-size: 3rem; background: none; border: none;
}
.rotate { -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -webkit-transform: rotate(-90deg); transform: rotate(-90deg);
}
.icon-rotate { -moz-transition-duration: 0.4s; -o-transition-duration: 0.4s; -webkit-transition-duration: 0.4s; transition-duration: 0.4s; display: inline-block;
}

Icon-font animation troggle - Script Codes JS Codes

$(function() { $("#toggle").on('click', function() { $(".fa-arrow-circle-o-right").toggleClass("rotate"); });
});
Icon-font animation troggle - Script Codes
Icon-font animation troggle - Script Codes
Home Page Home
Developer Revolution Graphics
Username rgfx
Uploaded October 01, 2022
Rating 3
Size 2,108 Kb
Views 26,312
Do you need developer help for Icon-font animation troggle?

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!

Revolution Graphics (rgfx) Script Codes
Create amazing SEO content 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!