Twitter Loading Animation

Developer
Size
3,209 Kb
Views
18,216

How do I make an twitter loading animation?

Simple Loading Animation for Twitter Widget. What is a twitter loading animation? How do you make a twitter loading animation? This script and codes were developed by El Alemaño on 15 November 2022, Tuesday.

Twitter Loading Animation Previews

Twitter Loading Animation - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Twitter Loading Animation</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.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! */ .twitter-bird-animation { background-image: url("http://www.cloud.elalemanyo.de/tmp/twitter-bird-sprite-e0FhFKaXRI.png"); background-size: cover; display: block; position: relative; height: 75px; width: 75px; margin: 50px auto 0 auto; animation: 0.3s fly step-end infinite;
}
.loading { margin: auto; width: 100px; zoom: 1;
}
.loading:before { content: ''; display: block;
}
.loading:after { content: ''; display: table; clear: both;
}
.text { float: left; color: #1ab7ea; font-weight: bold;
}
.blob { border-radius: 50%; background-color: #1ab7ea; display: block; float: left; margin: 5px 2px; position: relative; top: 6px; height: 3px; width: 3px; animation: loading-blob 1.2s infinite; animation-timing-function: ease-in-out; transform: translate3d(0, 0, 0);
}
.blob2 { animation-delay: 150ms;
}
.blob3 { animation-delay: 300ms;
}
@keyframes fly { 0% { background-position: 0 0; } 33% { background-position: -250 0; } 66% { background-position: -450px 0; }
}
@keyframes loading-blob { 0% { height: 3px; width: 3px; } 25% { height: 7px; width: 7px; } 50% { height: 5px; width: 5px; } 100% { height: 3px; width: 3px; }
} </style> <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body> <div class="twitter-bird-animation"></div>
<div class="loading"> <span class="text">Loading</span> <span class="blob1 blob"></span> <span class="blob2 blob"></span> <span class="blob3 blob"></span>
</div>
</body>
</html>

Twitter Loading Animation - Script Codes CSS Codes

.twitter-bird-animation { background-image: url("http://www.cloud.elalemanyo.de/tmp/twitter-bird-sprite-e0FhFKaXRI.png"); background-size: cover; display: block; position: relative; height: 75px; width: 75px; margin: 50px auto 0 auto; animation: 0.3s fly step-end infinite;
}
.loading { margin: auto; width: 100px; zoom: 1;
}
.loading:before { content: ''; display: block;
}
.loading:after { content: ''; display: table; clear: both;
}
.text { float: left; color: #1ab7ea; font-weight: bold;
}
.blob { border-radius: 50%; background-color: #1ab7ea; display: block; float: left; margin: 5px 2px; position: relative; top: 6px; height: 3px; width: 3px; animation: loading-blob 1.2s infinite; animation-timing-function: ease-in-out; transform: translate3d(0, 0, 0);
}
.blob2 { animation-delay: 150ms;
}
.blob3 { animation-delay: 300ms;
}
@keyframes fly { 0% { background-position: 0 0; } 33% { background-position: -250 0; } 66% { background-position: -450px 0; }
}
@keyframes loading-blob { 0% { height: 3px; width: 3px; } 25% { height: 7px; width: 7px; } 50% { height: 5px; width: 5px; } 100% { height: 3px; width: 3px; }
}
Twitter Loading Animation - Script Codes
Twitter Loading Animation - Script Codes
Home Page Home
Developer El Alemaño
Username elalemanyo
Uploaded November 15, 2022
Rating 3
Size 3,209 Kb
Views 18,216
Do you need developer help for Twitter Loading 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!

El Alemaño (elalemanyo) 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!