Social Link Handle Animation

Developer
Size
3,241 Kb
Views
8,096

How do I make an social link handle animation?

Onhover animation for displaying user handle for your social profiles. What is a social link handle animation? How do you make a social link handle animation? This script and codes were developed by Assaf Gelber on 03 January 2023, Tuesday.

Social Link Handle Animation Previews

Social Link Handle Animation - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Social Link Handle Animation</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! */ @import url(https://fonts.googleapis.com/css?family=Open+Sans:300);
body { background: #222; text-align: center;
}
body a { color: #fff; font-family: Open Sans;
}
body .links { margin: 100px auto; transform: translateZ(0);
}
body .links .profile-link { position: relative; margin: 10px; display: inline-block; font-size: 40px; text-decoration: none; transition: all 0.25s;
}
body .links .profile-link:hover { transform: scale(1.2);
}
body .links .profile-link:hover:after { opacity: 1; transform: scale(1) translate(-50%, 0);
}
body .links .profile-link:active { transform: scale(1.1);
}
body .links .profile-link:after { content: "@" attr(data-user); font-size: 12px; position: absolute; top: 100%; left: 50%; text-align: center; opacity: 0; transform-origin: 0 0; transform: scale(0) translate(-50%, -100px); transition: transform 0.25s ease 0.25s, opacity 0.25s;
} </style> <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body> <link href='//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css' rel='stylesheet'>
<div class='links'> <a class='profile-link twitter fa fa-twitter' data-user='assafgelber' href='https://twitter.com/assafgelber'></a> <a class='profile-link github fa fa-github' data-user='agelber' href='https://github.com/agelber'></a> <a class='profile-link codepen fa fa-codepen' data-user='agelber' href='https://codepen.io/agelber'></a>
</div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
</body>
</html>

Social Link Handle Animation - Script Codes CSS Codes

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300);
body { background: #222; text-align: center;
}
body a { color: #fff; font-family: Open Sans;
}
body .links { margin: 100px auto; transform: translateZ(0);
}
body .links .profile-link { position: relative; margin: 10px; display: inline-block; font-size: 40px; text-decoration: none; transition: all 0.25s;
}
body .links .profile-link:hover { transform: scale(1.2);
}
body .links .profile-link:hover:after { opacity: 1; transform: scale(1) translate(-50%, 0);
}
body .links .profile-link:active { transform: scale(1.1);
}
body .links .profile-link:after { content: "@" attr(data-user); font-size: 12px; position: absolute; top: 100%; left: 50%; text-align: center; opacity: 0; transform-origin: 0 0; transform: scale(0) translate(-50%, -100px); transition: transform 0.25s ease 0.25s, opacity 0.25s;
}
Social Link Handle Animation - Script Codes
Social Link Handle Animation - Script Codes
Home Page Home
Developer Assaf Gelber
Username agelber
Uploaded January 03, 2023
Rating 4
Size 3,241 Kb
Views 8,096
Do you need developer help for Social Link Handle Animation?

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!

Assaf Gelber (agelber) Script Codes
Create amazing love letters 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!