Welcome!

This is my new CSS animation jouney with awesome SVG graphics.

Good to be here, lets start!

The SVG animation.

In this animation everytihng is in the SVG icon. In the HTML, we have an "object" and an "embed" element in it. And thats it. Every animation and transition code is in the SVG file.

How cool is this?! :)

The SVG animation.

In this animation everytihng is in the SVG icon. In the HTML, we have an "object" and an "embed" element in it. And thats it. Every animation and transition code is in the SVG file.

How cool is this?! :)

It's awesome!

Okay! So this is simple!

We have a .trigger div and a .hello div in it. The transition is cubic-bezier.

The event is a mouse click.

High fps :)

Because I used the transform property

Pause with a click!

You can paused the animation with a click. The JS code add an is-paused class to the animations class.