Friday, 13 February 2015

Glowing Green Neon Sign With CSS Animation

Glowing Green Neon Sign With CSS Animation
Open
Glow effects always look cool! The text glows with CSS animation.
Different blurring levels created with the text-shadow property create the effect above. The animation property sets the value of length, frequency, style, timing of the animation. Look for details here. In this example, the glowing effect should go one forever so we set the value to infinite. @keyframes describes the details of the initial and final status of the animation with the following syntax:

@keframes animation name {
from{;}
to{;}
}

HTML and CSS Code

No comments:

Post a Comment