3Design "Atom" screensaver by Software RVG

1
2
<html lang="en">
<head>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

With this 3D CSS Design I wanted to create a "simple and funny screensaver"designed with shiny colors and do it will never stop . No developed launching work on screen yet, but only movement show all possibilities .

CSS3 Animations by sSoftware RVG

An animation lets an element gradually change from one style to another.

You can change as many CSS properties you want, as many times you want.

To use CSS3 animation, you must first specify some keyframes for the animation.

Keyframes hold what styles the element will have at certain times.

When you specify CSS styles inside the @keyframes rule, the animation will gradually change from the current style to the new style at certain times.

To get an animation to work, you must bind the animation to an element.

The following example binds the "example" animation to the
element. The animation will lasts for infinite duration , and it will gradually change the background-color of the
element .

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.