Last Updated: February 25, 2016
·
381
· platane

full css blazing effect

Hello, I recently achieved to make a convincing full css burning effect.

it looks like this :

Picture

And it's even more awesome with animation ! I host it on gitHub, see it in action at platane.github.io/css-blaze

How it works

Everything is in the :before pseudo class. I add text content to figure the flames and animate them with a text-shadow effect.

The keyframe animation in pretty complex, so I wrote an editor to do the work.

Visit the page to custom the animation and feel-free to use it!