#loadinganimations
Explore tagged Tumblr posts
webkitcodingyt · 3 years ago
Video
youtube
Create Microsoft loading Animation without using SVG | Pure CSS | webkitcodingyt
Hello friends Today in this video i will create  Microsoft Windows10 Loading Animation without using SVG in very easy way. So this is a pure CSS loading animation tutorial. I hope you like this tutorial. if you have any doubt you can ask me in comment box
➡️Instagram : https://www.instagram.com/WebKitCoding ➡️Facebook Page : https://www.facebook.com/WebKitCoding ➡️Twitter : https://mobile.twitter.com/WebKitCoding
1 note · View note
waffleznfries · 8 years ago
Video
instagram
Just a silly loading animation to test out some expressions. #motiongraphics #animation #loadinganimation #aftereffects #digitalart
5 notes · View notes
uiwalker · 7 years ago
Video
tumblr
Large Loader
Luke and I initially brainstormed a long list of type experiments we’d like to try and build, including everything from basic to basically impossible (I’d like to push my coding skills as far as possible, so why not?). This was the first basic experiment I tried out, which utilizes the weight and width axes of Avenir Next to create the sense that the type is ‘springing’ from side to side on the screen. Of course, being such a simple animation, the physics of this springing motion are decidedly questionable.
I’ll give you a small sample of the CSS behind this animation, keeping it as simple as possible for presentation purposes:
@keyframes loadingAnimation { 0% { font-variation-settings: 'wght' 700, 'wdth' 150; } 30% { font-variation-settings: 'wght' 400, 'wdth' 75; } 70% { font-variation-settings: 'wght' 400, 'wdth' 75; } 100% { font-variation-settings: 'wght' 700, 'wdth' 150; } } .text { animation: loadingAnimation 2250ms infinite; }
0 notes
webkitcodingyt · 3 years ago
Video
youtube
Create Amazing Snake type Page Animation | SVG Animation Tutorial | webkitcodingyt
Hello friends Today in this video i will create amazing and animated snake rolling & color changing loading animation by using SVG tutorial only in very easy way if you have any doubt you can ask me in comment box and also follow us on the social media that given below
➡️Instagram : https://www.instagram.com/WebKitCoding ➡️Facebook Page : https://www.facebook.com/WebKitCoding ➡️Twitter : https://mobile.twitter.com/WebKitCoding
0 notes