CSS3 is full of amazing features, some of which are less explored. All are very useful and some can even be used as Javascript alternatives. Today we are showcasing a post on CSS3 Animation featuring best awesome functions. Check out these animation to get inspire.

Some of the CSS3 Animation effects may not be visible in Firefox. But worry not, you must have Safari and Chrome as useful alternatives. Enjoy!

Colorful Clock

Make a colorful jQuery & CSS clock, which will help you keep track of those precious last seconds of the year.

Colorful Clock

More on Colorful Clock

Spotlight Cast Shadow

Move your cursor over the box to cast a shadow with the spotlight. This demo uses the CSS property text-shadow, supported in Safari, Firefox 3.5, Opera, and Chrome.

Spotlight Cast Shadow

More on Spotlight Cast Shadow

Display social icons in a beautiful way using CSS3

The example works with all -webkit based browsers (Safari and Chrome), but also in Firefox 4. Author’ve included a jQuery version as well, to be used as a form of “backward compatibility”. You can also see how the same effect can be achieved using CSS and jQuery.

Display social icons in a beautiful way using CSS3

More on Display social icons in a beautiful way using CSS3

3d animation using pure CSS3

The perspective property is what we need to create the 3d effect. Using transform and transition, we can create 3d animation using pure CSS3.

3d animation using pure CSS3

More on 3d animation using pure CSS3

Colourful rating system with CSS3

We’re going to do a relatively simple jQuery tutorial. Rating systems are used a lot on websites, for example to rate how good a certain product, article or comment is. I slightly wanted to improve this idea, by making it more visually attractive.

Colourful rating system with CSS3

More on Colourful rating system with CSS3

CSS3 animations and their jQuery equivalents

This tutorial/these examples will show the use of the same HTML, with different classes for CSS3 and jQuery. You can compare both the codes and see which one you like more. Don’t forget to check the demo/download the source code to view how everything is working under the hood.

CSS3 animations and their jQuery equivalents

More on CSS3 animations and their jQuery equivalents

Awesome Overlays with CSS3

The trick with these overlays is the gradient border, going form a lighter to darker orange as you go from top to bottom. To create that effect we used to the border-image property, which is a tricky little addition to CSS.

Awesome Overlays with CSS3

More on Awesome Overlays with CSS3

Dynamic PNG shadow position & opacity

When the light is turned on, the position and opacity of the logo shadow will change dynamically, depending on the position and distance of the light bulb. Don’t forget to drag the logo and/or the light bulb around!

Dynamic PNG shadow position & opacity

More on Dynamic PNG shadow position & opacity

jQuery DJ Hero

By combining CSS3 and jQuery, I created two records that you can start spinning (faster and slower) and even scratching is enabled. In a future version, this could be used together with some real sound (this version has no sound).

jQuery DJ Hero

More on jQuery DJ Hero

Bokeh effects with CSS3 and jQuery

This tutorial teaches you how to re-create the bokeh effect with CSS 3. With some help from jQuery, we can add some randomness in colour, size and position for the effect.

Bokeh effects with CSS3 and jQuery

More on Bokeh effects with CSS3 and jQuery

Space is the final limit, right?

No matter how fast internet tubes or servers are, we’ll always need spinners to indicate something’s happening behind the scenes. Up until now, people would go to some site, pick one of the available templates, customize their foreground and background colors, and download a beautiful GIF image.

space is the final limit, right?

More on space is the final limit, right?

How To Create A Sexy Vertical Sliding Panel Using jQuery And CSS3

So, what about a vertical sliding panel that would act as some sort of drawer instead of the usual top horizontal sliding panel that pushes everything else down when it opens? While thinking of alternatives to the usual horizontal panels, I thought it would be nice to create something that works in a similar way, but that is a bit more flexible.

How To Create A Sexy Vertical Sliding Panel Using jQuery And CSS3

More on How To Create A Sexy Vertical Sliding Panel Using jQuery And CSS3

Frame-by-Frame Animation

The first demonstration reqires you to keep clicking the image to see the next frame, and it wraps around to the start when you reach the last frame.The second demonstration just needs you to keep the mouse moving over the image in MOST browsers. But the BIG drawback to this method is that the speed of movement of the mouse governs the speed of animation

Frame-by-Frame Animation

More on Frame-by-Frame Animation

CSS3 Analogue Clock

Analogue clock created using webkit transition and transform CSS. JavaScript is only used to pull in the current time.

CSS3 Analogue Clock

More on CSS3 Analogue Clock

Sliding Vinyl with CSS3

We take a standard album cover, a little HTML, and some CSS3 transitions and transforms to create a sliding vinyl effect for showing off the music you love.

Sliding Vinyl with CSS3

More on Sliding Vinyl with CSS319

Amazing Image Hover Effects using Webkit and CSS

areas

Amazing Image Hover Effects using Webkit and CSS

More on Amazing Image Hover Effects using Webkit and CSS

Use CSS3 to Create a Dynamic Stack of Index Cards

We will create a dynamic stack of index cards solely with HTML and CSS3 and use such CSS3 features as transform and transition (for the dynamic effects) and @font-face, box-shadow and border-radius (for the styling).

Use CSS3 to Create a Dynamic Stack of Index Cards

More on Use CSS3 to Create a Dynamic Stack of Index Cards

Going Nuts with CSS Transitions

Author is going to show you how CSS 3 transforms and WebKit transitions can add zing to the way you present images on your site.

Going Nuts with CSS Transitions

More on Going Nuts with CSS Transitions

Snowy CSS3 Animation

It’s cold and snowy down here in Brighton, so to celebrate the falling white stuff (and of course the various festivities at this time of year) Clearleft’s very own Natbat has made a snowy CSS3 animation surprise for all you Safari and Chrome users out there.

Snowy CSS3 Animation

More on Snowy CSS3 Animation

More on 3D CSS Transforms

Various 3D CSS Transforms in an overview.

More on 3D CSS Transforms

More on More on 3D CSS Transforms

CSS3 Clock With jQuery

Old School Clock with CSS3 and jQuery.

CSS3 Clock With jQuery

More on CSS3 Clock With jQuery

Recreating the OS X Dock

We take a basic list of links and turn them into an awesome OS X dock of icons.

Recreating the OS X Dock

More on Recreating the OS X Dock

Coverflow effect featuring CSS transformations and jQuery UI

This proof-of-concept shows a coverflow effect using the new CSS transformation feature from Webkit (featured in Safari 3.1). Needless to say that it won’t run in other browsers at this point (however, adapting it to canvas should be quite easy, and even now, it won’t break in other browsers).

Coverflow effect featuring CSS transformations and jQuery UI

More on Coverflow effect featuring CSS transformations and jQuery UI

Elastic Thumbnail Menu

In an ongoing attempt to offer alternative methods to spruce up menus, author’ve pieced together an elastic thumbnail menu.

Elastic Thumbnail Menu

More on Elastic Thumbnail Menu

Comments

  • 8MEDIA
    thanks for this amazing tips with css
  • Emma HUNT
    Thank you for your post. I am starting to learn about programming languages. Can you tell me what is the difference between CSS and CSS3.