Animated CSS3 social buttons

Size
2,573 Kb
Views
10,120

How do I make an animated css3 social buttons?

Using CSS3 transform to animate social buttons. Made 3 different sets with some interesting hover animations.. What is a animated css3 social buttons? How do you make a animated css3 social buttons? This script and codes were developed by Creative Punch on 24 November 2022, Thursday.

Animated CSS3 social buttons Previews

Animated CSS3 social buttons - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Animated CSS3 social buttons</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css"> <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! */ @import url(http://weloveiconfonts.com/api/?family=brandico);
/* brandico */
[class*="brandico-"]:before { font-family: 'brandico', sans-serif;
}
ul.social-buttons { text-align: center; margin-top: 50px;
}
ul.social-buttons li { display: inline-block; margin: 0 10px;
}
ul.social-buttons li a { width: 60px; height: 60px; display: block; border-radius: 50px; text-decoration: none; font-size: 30px; line-height: 60px; color: white;
}
ul.social-buttons li a.brandico-twitter-bird { background-color: #4099FF;
}
ul.social-buttons li a.brandico-facebook { background-color: #3B5998;
}
ul.social-buttons li a.brandico-instagram { background-color: #3f729b;
}
ul.social-buttons li a.brandico-vimeo { background-color: #4EBBFF;
}
ul.social-buttons li a.brandico-linkedin { background-color: #0e76a8;
}
/*Demo 1*/
ul#demo1 li a { transition: transform 0.2s linear;
}
ul#demo1 li:hover a { transform: translateY(-10px);
}
/*Demo 2*/
ul#demo2 li a { transition: transform 0.5s ease-in-out;
}
ul#demo2 li:hover a { transform: rotateX(180deg) rotateY(180deg) rotateZ(180deg);
}
/*Demo 3*/
ul#demo3 li a { transition: transform 0.2s ease-in-out 0;
}
ul#demo3 li:hover a { transform: rotateZ(27deg) scale(1.1);
} </style> <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body> <ul class="social-buttons" id="demo1"> <li> <a href="#" class="brandico-twitter-bird"></a> </li> <li> <a href="#" class="brandico-facebook"></a> </li> <li> <a href="#" class="brandico-instagram"></a> <li> <a href="#" class="brandico-vimeo"></a> </li> <li> <a href="#" class="brandico-linkedin"></a> </li>
</ul>
<ul class="social-buttons" id="demo2"> <li> <a href="#" class="brandico-twitter-bird"></a> </li> <li> <a href="#" class="brandico-facebook"></a> </li> <li> <a href="#" class="brandico-instagram"></a> <li> <a href="#" class="brandico-vimeo"></a> </li> <li> <a href="#" class="brandico-linkedin"></a> </li>
</ul>
<ul class="social-buttons" id="demo3"> <li> <a href="#" class="brandico-twitter-bird"></a> </li> <li> <a href="#" class="brandico-facebook"></a> </li> <li> <a href="#" class="brandico-instagram"></a> <li> <a href="#" class="brandico-vimeo"></a> </li> <li> <a href="#" class="brandico-linkedin"></a> </li>
</ul>
</body>
</html>

Animated CSS3 social buttons - Script Codes CSS Codes

@import url(http://weloveiconfonts.com/api/?family=brandico);
/* brandico */
[class*="brandico-"]:before { font-family: 'brandico', sans-serif;
}
ul.social-buttons { text-align: center; margin-top: 50px;
}
ul.social-buttons li { display: inline-block; margin: 0 10px;
}
ul.social-buttons li a { width: 60px; height: 60px; display: block; border-radius: 50px; text-decoration: none; font-size: 30px; line-height: 60px; color: white;
}
ul.social-buttons li a.brandico-twitter-bird { background-color: #4099FF;
}
ul.social-buttons li a.brandico-facebook { background-color: #3B5998;
}
ul.social-buttons li a.brandico-instagram { background-color: #3f729b;
}
ul.social-buttons li a.brandico-vimeo { background-color: #4EBBFF;
}
ul.social-buttons li a.brandico-linkedin { background-color: #0e76a8;
}
/*Demo 1*/
ul#demo1 li a { transition: transform 0.2s linear;
}
ul#demo1 li:hover a { transform: translateY(-10px);
}
/*Demo 2*/
ul#demo2 li a { transition: transform 0.5s ease-in-out;
}
ul#demo2 li:hover a { transform: rotateX(180deg) rotateY(180deg) rotateZ(180deg);
}
/*Demo 3*/
ul#demo3 li a { transition: transform 0.2s ease-in-out 0;
}
ul#demo3 li:hover a { transform: rotateZ(27deg) scale(1.1);
}
Animated CSS3 social buttons - Script Codes
Animated CSS3 social buttons - Script Codes
Home Page Home
Developer Creative Punch
Username CreativePunch
Uploaded November 24, 2022
Rating 4
Size 2,573 Kb
Views 10,120
Do you need developer help for Animated CSS3 social buttons?

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!

Creative Punch (CreativePunch) Script Codes
Create amazing web 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!