Amazing CSS and JavaScript Animated Logos Examples

 

https://codepen.io/lindell/pen/mEVgJP

The Stack Overflow logo is one of my favorites because it's so simple yet recognizable. and this fragment animationThe Stack logo icon uses only pure CSS3 .
This is one of the most impressive pure CSS animations I've seen so far, the resulting logo looks a lot like the official logo, and the animation displays smoothly in every major browser . Any engineer who likes pure CSS/CSS3 animations will love this snippet.

 

https://codepen.io/flwrs/pen/gLrygN

The hottest animation trend on the web is SVG annimationthat it's going to get hotter, this花标志Animation is a great example of SVG in action.
Logo icons and text have been created in <svg> in HTML, and the order of animations is controlled by CSS and automatic pageload mechanism. This requires some SVG-specific CSS properties like stroke-dashoffset, which sequentially push the outline movement to create this magic animation.

 

 

 

Building an animated logo in HTML and CSS is now easier than ever, and with updated JavaScript libraries, web animations can be pushed even further.

Check out this gallery of 10 incredible custom animated logos that showcase some unknown entity or world-renowned brand.

1、Flowers SVG

The hottest animation trend on the web is SVG annimationthat it's going to get hotter, this花标志Animation is a great example of SVG in action.
Logo icons and text have been created in <svg> in HTML, and the order of animations is controlled by CSS and automatic pageload mechanism. This requires some SVG-specific CSS properties like stroke-dashoffset, which sequentially push the outline movement to create this magic animation.

2、 Carbon LDP

Carbon LDPThe logo is quite detailed and complex, but developer David McFeders put his动画Carbon logoBuilt on CSS/Compass.
Each piece of code like this is easily customizable from logo size to animation speed, and it relies on pure CSS to make the loop endless. Even though each letter consists of a single PNG image, you can reverse engineer the design with your own custom font.

3、Binary Lab

Binary Lab'sanimated logoOne of the more complex animation effects on this list. It pulls the number from the top of the bottle and looks at the corresponding number in the bottle and fades accordingly.
The animation itself is controlled via CSS, but this pen also relies on TweenMax库adding repeating numbers and custom alpha transitions. All very creative with modern web animations using CSS and JavaScript.

4、Pure CSS3 Stack Overflow

The Stack Overflow logo is one of my favorites because it's so simple yet recognizable. and this fragment animationThe Stack logo icon uses only pure CSS3 .
This is one of the most impressive pure CSS animations I've seen so far, the resulting logo looks a lot like the official logo, and the animation displays smoothly in every major browser . Any engineer who likes pure CSS/CSS3 animations will love this snippet.

5、Monster Energy Logos

This series of animations by Tim PietruskyMonster Energy logosDo this using SVG and well-spaced CSS transitions. If you want to do a similar fading effect to your logo, you are free to learn and copy his code.
All animation timing for this logo is controlled directly through Sass, so this is a pure CSS animation. You can change the speed, fade the color, or anything else by changing variables.

6、Subvisual

Subvisual has a very unique logo, animated by Miguel Palhas. It consists of logo text and Sicons.
Everything about Logo is built on SVG elements to make things easier. While the vast majority of animations are done via CSS, the pen also relies on JavaScript from the TweenLite library . This is an elegant effect that repeats or triggers animation effects based on user actions (hover, click, etc.).

7、Pixel Logo Animation

Jura allows any developer to create custom pixel-by-pixel animation effects using free pixel fonts, which is exactly what CodePen user Khaosmuhaha explained at cpdepenused in.
It manipulates plain text using the HTML canvas element, and animations are provided by the CSS3 animation property, but they are controlled via jQuery, which allows us to manipulate animations sequentially.
This is a cool effect of combining the canvas element and webfont.

8、 Alex Aloia Logo

If you are looking for a really complex logo animation then you can check out this example written by developer Alex Aloia. Using his name as a title, he created a complex series of SVG shapes, 绘图animated using effects.
The whole effect can't be achieved with CSS, it requires some JavaScript transformation libraries like DrawSVG and the more popular D3.js , and it's a lot of fun to use open source libraries to create this one-of-a-kind animation.

9、Bayleys

The Bayleys logo is an obscurely complex animation, but it does have solid edges that make recreating the logo as easy as pie.
Rafael Contreras' animation clip uses only 38 lines of code. The logo itself is created using SVG elements, and the animation will manipulate these tags accordingly. Lots of logo elements moving in different directions make these logo animations mesmerizing.

10、Nintendo Switch

The console of Nintendo's latest game comes with a brilliant logo animation, and all his commercials and this example were created by Koto Furumiya.
Koto uses SVG to recreate the Nintendo Switch logo while using CSS to animate the whole thing. Would you believe this animation only takes 50 lines of CSS?
I appreciate the authenticity of the logo animation the most, it really matches Nintendo's animation, as you can see from the example logo, it pushes down and bounces back powerfully.

Summarize

All of these examples are free and open source, and you can study, clone and manipulate them according to your own projects. I hope you enjoyed the demos, and if you're looking for more CSS animation examples, you can check out this collection to see what others have done.

10 Amazing Examples of CSS & JavaScript Animated Logos

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324929044&siteId=291194637