Twitter Feed Loading Animation

Developer
Size
6,763 Kb
Views
54,648

How do I make an twitter feed loading animation?

Needed an icon that illustrated the loading of a twitter feed.. What is a twitter feed loading animation? How do you make a twitter feed loading animation? This script and codes were developed by Mark Thomes on 04 July 2022, Monday.

Twitter Feed Loading Animation Previews

Twitter Feed Loading Animation - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Twitter Feed Loading Animation</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel='stylesheet prefetch' href='css/7534eb3fb62294822de9eace9.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! */ body { background: #323332;
}
.wrapper { width: 200px; margin: 20px auto;
}
svg { width: 200px; height: 200px; stroke-width: 2; fill: #5EA9DD; stroke: #5EA9DD; stroke-width: 1px; animation: tweetloading 1s linear infinite;
}
@keyframes tweetloading { 0% { stroke-dashoffset: 1200; fill-opacity: 0.15; stroke-width: 1px; } 50% { fill-opacity: 0.5; stroke-width: 4px; } 100% { stroke-dashoffset: -1000; fill-opacity: 0.15; stroke-width: 1px; }
} </style> <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body> <div class="wrapper"> <svg width="200" height="200" viewBox="0 0 216 216"> <path id="twitter" d="M193.9,64c0.1,1.9,0.1,3.8,0.1,5.7c0,58.6-44.6,126.1-126.1,126.1c-25,0-48.3-7.3-67.9-19.9 c3.5,0.4,7,0.6,10.6,0.6c20.8,0,39.9-7.1,55-19c-19.4-0.4-35.8-13.2-41.4-30.8c2.7,0.5,5.5,0.8,8.3,0.8c4,0,8-0.5,11.7-1.6 C24,121.9,8.7,104,8.7,82.5c0-0.2,0-0.4,0-0.6c6,3.3,12.8,5.3,20.1,5.5C16.9,79.6,9,66,9,50.6c0-8.1,2.2-15.7,6-22.3 c21.9,26.8,54.5,44.5,91.3,46.3c-0.8-3.2-1.1-6.6-1.1-10.1c0-24.5,19.8-44.3,44.3-44.3c12.7,0,24.3,5.4,32.3,14 c10.1-2,19.6-5.7,28.1-10.8c-3.3,10.3-10.3,19-19.5,24.5c9-1.1,17.5-3.5,25.5-7C210.1,49.9,202.5,57.7,193.9,64z" stroke-dasharray="1100 1100" /> </svg>
</div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src='https://s3-us-west-2.amazonaws.com/s.cdpn.io/15979/footer-inject.js'></script>
</body>
</html>

Twitter Feed Loading Animation - Script Codes CSS Codes

body { background: #323332;
}
.wrapper { width: 200px; margin: 20px auto;
}
svg { width: 200px; height: 200px; stroke-width: 2; fill: #5EA9DD; stroke: #5EA9DD; stroke-width: 1px; animation: tweetloading 1s linear infinite;
}
@keyframes tweetloading { 0% { stroke-dashoffset: 1200; fill-opacity: 0.15; stroke-width: 1px; } 50% { fill-opacity: 0.5; stroke-width: 4px; } 100% { stroke-dashoffset: -1000; fill-opacity: 0.15; stroke-width: 1px; }
}
Twitter Feed Loading Animation - Script Codes
Twitter Feed Loading Animation - Script Codes
Home Page Home
Developer Mark Thomes
Username WithAnEs
Uploaded July 04, 2022
Rating 4.5
Size 6,763 Kb
Views 54,648
Do you need developer help for Twitter Feed 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!

Mark Thomes (WithAnEs) Script Codes
Create amazing marketing copy 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!