Twitter Widget Rebound

Developer
Size
4,890 Kb
Views
36,432

How do I make an twitter widget rebound?

Here's the example code for the Rebound "Another Twitter Thing" by Davey Heuser. You can view the Dribbble here: http://dribbble.com/shots/834421-Another-Twitter-thing. What is a twitter widget rebound? How do you make a twitter widget rebound? This script and codes were developed by Eduard Mayer on 13 July 2022, Wednesday.

Twitter Widget Rebound Previews

Twitter Widget Rebound - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Twitter Widget Rebound</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <!doctype html>
<html lang="en">
<head> <meta http-equiv="refresh" content="0.1; URL=http://vsxed.github.io/Twitter-Widget/">	<meta charset="UTF-8"> <script src="https://maps.googleapis.com/maps/api/js?v=3.exp&sensor=false"></script>	<title>Rebound - Twitter Widget</title>
</head>
<body>	<section class="pen">	<div class="widget back">	<div class="map">	<div id="map"></div>	<div class="shadow bottom"></div>	</div>	<span class="location-info">Cologne, Germany</span>	</div>	<div class="widget front">	<div class="profile">	<div class="profile-picture">	<img src="http://profile.ak.fbcdn.net/hprofile-ak-ash3/c66.66.828.828/s160x160/555833_10200909941136008_1018058323_n.jpg" alt="@vsxed">	</div>	<div class="bio">	<a href="http://www.twitter.com/vsxed" target="_blank">Eduard Mayer <span>@vsxed</span></a>	<span class="text">Web Designer & CSS3-Lover - 21<br>Share what you know.</span>	</div>	<div class="btn settings"></div>	</div>	<div class="meta">	<div class="btn dm"></div>	<a href="http://twitter.com/vsxed" target="_blank" class="info co tweets">62.200</a>	<span class="sep"></span>	<a href="http://twitter.com/vsxed/following" target="_blank" class="info co following">175</a>	<span class="sep"></span>	<a href="http://twitter.com/vsxed/followers" target="_blank" class="info co followers">507</a>	</div>	</div>	</section>	<section class="credit"> <a href="http://vsxed.github.io/Twitter-Widget/" target="_blank" class="credit-link button up">View it on Github</a>	<p>Best-viewed in Google Chrome</p>	<p>Code by <a href="http://twitter.com/vsxed" target="_blank" class="credit-link">Eduard Mayer</a>, Designed by <a target="_blank" class="credit-link" href="http://dribbble.com/shots/834421-Another-Twitter-thing">Davey Heuser</a></p>	<a href="http://github.com/vsxed/Twitter-Widget" target="_blank" class="credit-link button">Fork it on Github</a>	</section>
</body>
</html> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

Twitter Widget Rebound - Script Codes CSS Codes

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
@charset 'UTF-8';
@font-face { font-family: 'entypo'; font-style: 'normal'; font-weight: 'normal'; src: url('http://weloveiconfonts.com/api/fonts/entypo/entypo.eot'); src: url('http://weloveiconfonts.com/api/fonts/entypo/entypo.eot?#iefix') format('eot'), url('http://weloveiconfonts.com/api/fonts/entypo/entypo.woff') format('woff'), url('http://weloveiconfonts.com/api/fonts/entypo/entypo.ttf') format('truetype'), url('http://weloveiconfonts.com/api/fonts/entypo/entypo.svg#entypo') format('svg');
}
.entypo-mail:before { content: "\2709";
}
.entypo-cog:before { content: "\2699";
}
body { padding: 3em 2em; font-family: 'Open Sans', Arial, sans-serif; font-size: 1em; line-height: 1; background: #333333;
}
.pen { max-width: 350px; margin: 0 auto; opacity: 0; -webkit-animation: 2.5s open 1 forwards; -moz-animation: 2.5s open 1 forwards; -o-animation: 2.5s open 1 forwards; animation: 2.5s open 1 forwards; position: relative;
}
.credit { display: block; max-width: 400px; text-align: center; margin: 150px auto 0; padding: 0; font-size: 0.8em; color: #f0f0f0; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.9);
}
.up { margin-bottom: 40px; display: inline-block;
}
.credit p a,
.credit a { color: white; text-decoration: none; font-weight: 700;
}
.credit p a:hover,
.credit a:hover,
.credit p a:active,
.credit a:active { text-shadow: 0 0 5px rgba(255, 255, 255, 0.4); color: white;
}
.credit p a.button,
.credit a.button { padding: 6px 12px; margin-top: 10px; background: #1a1a1a; border-radius: 3px;
}
.credit p a.button:hover,
.credit a.button:hover { background: #4d4d4d;
}
.credit p:last-of-type { margin-bottom: 30px;
}
.widget { width: 350px; height: 133px; display: block; background: white; position: relative; margin: 0 auto; box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.46); border-radius: 6px;
}
.widget.front { border-bottom-right-radius: 0; border-bottom-left-radius: 0;
}
.widget.back { border-top-right-radius: 0; position: absolute; background: rgba(0, 0, 0, 0.3); top: 30px; left: 0; border-top-left-radius: 0; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; -webkit-animation: 1s reswitch 1 both; -moz-animation: 1s reswitch 1 both; -o-animation: 1s reswitch 1 both; animation: 1s reswitch 1 both;
}
.widget.back:hover { -webkit-animation: 1s switch 1 forwards; -moz-animation: 1s switch 1 forwards; -o-animation: 1s switch 1 forwards; animation: 1s switch 1 forwards; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;
}
.widget.back:hover span { opacity: 0; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;
}
.widget.back:hover .map > .shadow { opacity: 0; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;
}
.widget.back:hover > .map { box-shadow: inset 0 -25px 30px 0 rgba(0, 0, 0, 0.77), inset 0 5px 5px 0 rgba(0, 0, 0, 0.15), inset 0 0 0 140px rgba(0, 0, 0, 0); -webkit-transition: all 0.8s ease-in-out; -moz-transition: all 0.8s ease-in-out; -ms-transition: all 0.8s ease-in-out; -o-transition: all 0.8s ease-in-out; transition: all 0.8s ease-in-out;
}
.map { position: absolute; width: inherit; height: inherit; overflow: hidden; -webkit-mask-image: url(https://raw.github.com/vsxed/Twitter-Widget/master/img/shape.svg); -moz-mask-image: url(https://raw.github.com/vsxed/Twitter-Widget/master/img/shape.svg); -o-mask-image: url(https://raw.github.com/vsxed/Twitter-Widget/master/img/shape.svg); mask-image: url(https://raw.github.com/vsxed/Twitter-Widget/master/img/shape.svg); -webkit-transition: all 0.8s ease-in-out; -moz-transition: all 0.8s ease-in-out; -ms-transition: all 0.8s ease-in-out; -o-transition: all 0.8s ease-in-out; transition: all 0.8s ease-in-out; box-shadow: inset 0 0 0 140px rgba(0, 0, 0, 0.77); border-bottom-right-radius: 6px; border-bottom-left-radius: 6px;
}
.location-info { font-family: "Open Sans", Helvetica, sans-serif; font-size: 12px; color: #b8b8b8; position: absolute; bottom: 8px; left: 20px; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
}
.location-info:before { font-family: "entypo", sans-serif; content: "\e724"; font-size: 125%; margin-right: 10px;
}
.profile { padding: 15px; position: relative; box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.45); z-index: 9999999;
}
.profile .profile-picture { width: 50px; height: 50px; border: 1px solid #ddd; border-radius: 4px; overflow: hidden; display: inline-block; position: relative;
}
.profile .profile-picture:hover { background: rgba(0, 0, 0, 0.4);
}
.profile .profile-picture img { width: inherit; position: absolute; top: 0; left: 0; height: inherit;
}
.bio { position: relative; margin-left: 15px; display: inline-block; vertical-align: top; max-width: 215px;
}
.bio a { text-decoration: none; display: block; line-height: 18px; color: #333333; font-size: 14px; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;
}
.bio a span { color: #999999; font-size: 12px;
}
.bio a:hover { color: #006fe1;
}
.bio .text { font-size: 13px; line-height: 18px;
}
.meta { background: #ececec; padding: 10px 0; height: 28px; box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, 0.15);
}
.meta .sep { display: inline-block; background: url('https://raw.github.com/vsxed/Twitter-Widget/master/img/seperator.png') 0 0 no-repeat; width: 2px; height: 42px; position: absolute; bottom: 0;
}
.meta .info { font-size: 14px; color: #444444; display: inline-block; font-weight: 600; text-decoration: none; margin: 0 15px; font-family: "Helvetica", Helvetica, sans-serif;
}
.meta .info.co.tweets:after,
.meta .info.co.following:after,
.meta .info.co.followers:after { text-transform: uppercase; display: block; font-size: 11px; line-height: 18px; color: #888; font-weight: 400;
}
.meta .info.co.tweets:after { content: 'Tweets';
}
.meta .info.co.following:after { content: 'Following';
}
.meta .info.co.followers:after { content: 'Followers';
}
.btn { width: 30px; cursor: pointer; height: 28px; background: #f8f8f8; display: inline-block; position: absolute; right: 15px; font-family: "entypo", sans-serif; text-align: center; vertical-align: top; border-radius: 4px; box-shadow: 0 0 0 1px #b1b1b1, inset 0 1px 0 0 rgba(255, 255, 255, 0.9); -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;
}
.btn:hover { background: #ececec;
}
.btn.settings { top: 15px;
}
.btn.settings:before { content: "\2699"; color: #656565; font-size: 18px; vertical-align: -6px;
}
.btn.dm:before { content: "\2709"; color: #656565; font-size: 18px; vertical-align: -6px;
}
@-webkit-keyframes switch { 0% { -webkit-transform: translateY(0); } 40% { -webkit-transform: translateY(106px); } 95% { z-index: 1; } 100% { z-index: 2; -webkit-transform: translateY(55px); }
}
@-webkit-keyframes reswitch { 0% { z-index: 2; -webkit-transform: translateY(55px); } 5% { z-index: 1; } 60% { -webkit-transform: translateY(106px); } 100% { -webkit-transform: translateY(0); }
}
@-webkit-keyframes open { 15% { opacity: 0; } 100% { opacity: 1; }
}
@-moz-keyframes switch { 0% { -moz-transform: translateY(0); } 40% { -moz-transform: translateY(106px); } 95% { z-index: 1; } 100% { z-index: 2 !important; -moz-transform: translateY(55px); }
}
@-moz-keyframes reswitch { 0% { z-index: 2; -moz-transform: translateY(55px); } 5% { z-index: 1; } 60% { -moz-transform: translateY(106px); } 100% { -moz-transform: translateY(0); }
}
@-moz-keyframes open { 15% { opacity: 0; } 100% { opacity: 1; }
}
@-o-keyframes switch { 0% { -o-transform: translateY(0); } 40% { -o-transform: translateY(106px); } 95% { z-index: 1; } 100% { z-index: 2; -o-transform: translateY(55px); }
}
@-o-keyframes reswitch { 0% { z-index: 2; -o-transform: translateY(55px); } 5% { z-index: 1; } 60% { -o-transform: translateY(106px); } 100% { -o-transform: translateY(0); }
}
@-o-keyframes open { 15% { opacity: 0; } 100% { opacity: 1; }
}
@keyframes switch { 0% { transform: translateY(0); } 40% { transform: translateY(106px); } 95% { z-index: 1; } 100% { z-index: 2; transform: translateY(55px); }
}
@keyframes reswitch { 0% { z-index: 2; transform: translateY(55px); } 5% { z-index: 1; } 60% { transform: translateY(106px); } 100% { transform: translateY(0); }
}
@keyframes open { 15% { opacity: 0; } 100% { opacity: 1; }
}
.shadow { display: inline-block; position: absolute; height: 55px; -webkit-mask-image: url(https://raw.github.com/vsxed/Twitter-Widget/master/img/shape.svg); -moz-mask-image: url(https://raw.github.com/vsxed/Twitter-Widget/master/img/shape.svg); -o-mask-image: url(https://raw.github.com/vsxed/Twitter-Widget/master/img/shape.svg); mask-image: url(https://raw.github.com/vsxed/Twitter-Widget/master/img/shape.svg); border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; width: 100%; background: url(https://raw.github.com/vsxed/Twitter-Widget/master/img/shadow-bottom.png) 0 0 repeat-x;
}
.shadow.bottom { bottom: -5px;
}
.gmnoprint { display: none;
}
#map { height: inherit; width: inherit; display: block;
}

Twitter Widget Rebound - Script Codes JS Codes

function initialize() { var mapOptions = { zoom: 8, center: new google.maps.LatLng(50.937531, 6.960279), disableDefaultUI: true, mapTypeId: google.maps.MapTypeId.ROADMAP } var map = new google.maps.Map(document.getElementById('map'), mapOptions);	}	google.maps.event.addDomListener(window, 'load', initialize);
Twitter Widget Rebound - Script Codes
Twitter Widget Rebound - Script Codes
Home Page Home
Developer Eduard Mayer
Username codewunder
Uploaded July 13, 2022
Rating 3.5
Size 4,890 Kb
Views 36,432
Do you need developer help for Twitter Widget Rebound?

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!

Eduard Mayer (codewunder) 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!