25个优秀CSS3动画作品案例赏析

经典网页设计 2010年09月19日

CSS3相对于CSS来讲,最显著的一点就是可以不借助任何JavaScript就可以实现,一系列优秀实用的动画效果。本文采用了25个精典实用案例,来逐一为您展示CSS3在网中中关于动画效果的莫大助力。

Create Animated Landscape using Pure CSS3

Animated Landscape1 25 Excellent CSS3 Animations

Some months ago we have created an animated landscape using Photoshop and jQuery. So today we just decided to create some what same effect with pure CSS3 technology. Below is the stepwise instruction to create animated landscape with css3.

CSS3 Hover Image Gallery

CSS3 Hover Image Gallery 25 Excellent CSS3 Animations

FormBox – A jQuery & CSS3 Drop-Down Menu With Integrated Forms

CSS3 Menu With Integrated F 25 Excellent CSS3 Animations

FormBox is a jQuery and CSS3 powered navigation menu that supports integrated forms. The version presented today features a login form, sign-up form, password reset and even a contact form, all of which are only dropped down when a user hovers over their corresponding menu elements. In technical terms, FormBoxworks much the way like a tabbed menu does, allowing you to switch between multiple panels of HTML content (forms) which only appear when the user has indicated an interest or need to use them.

CSS3 Car Animation

css3 car animation 25 Excellent CSS3 Animations

CSS3 Progress Bar

CSS3 progress bar 25 Excellent CSS3 AnimationsSince CSS3 provides a way to create gradients, including striped repeating patterns, it is possible to create the barbershop striped progress bars used on Mac OS X. Using the technique described in a previous post about CSS3 striped gradient patterns, we can easily create a self-animated progress bar.

Our Solar Sys­tem in Mod­ern Browsers

CSS3 solar system 25 Excellent CSS3 Animations

This is an attempt to recre­ate our solar sys­tem using CSS3 fea­tures such as border-radius, trans­forms and anim­a­tions. The res­ult is sur­pris­ing and quite interesting.

Ajax Style Loading Animation in CSS3 (no Images)

CSS3 ajax loading 25 Excellent CSS3 Animations

As we all know loading images are very essential part of any website , but some time loading images takes time to load itself. But what if the images made up in CSS. So this time I used CSS3 to develop Ajax style loading animation.

Animated Sprites with CSS3 Transitions

Animated Sprites with CSS3 25 Excellent CSS3 Animations

CSS sprites are a method for creating complex rollovers without using JavaScript. CSS3 animations is a new feature that has been added to some newer browsers, most notably WebKit-based browsers like Chrome and Safari. Like sprites, CSS3 animations don’t require JavaScript. Combining the two methods, we can create a simple animated rollover effect with endless possibilities.

CSS3 Accordion

css3 accordion 25 Excellent CSS3 AnimationsAn accor­dion effect can be achieved using CSS3’s :target pseudo-class, with­out requir­ing JavaScript. Using the pro­pri­etary -webkit-transition prop­erty this accor­dion can also be ani­mated.

Animation Using CSS Transforms

Animation Using CSS Transfo 25 Excellent CSS3 Animations

The implementation of animation in CSSinvolves setting up a transformation to take place in response to a mouseover or other event. Then, rather than applying the effect instantly, we assign a transition timing function which applies the transformation/s over a set time period.

Recreating the OS X Dock

css3 OS X Dock 25 Excellent CSS3 Animations

Pure CSS Coke Can

Pure CSS Coke Can 25 Excellent CSS3 Animations

Snow

css3 snow 25 Excellent CSS3 Animations

How to Create a Nifty Dynamic Shadow with jQuery

How to Create a Nifty Dynam 25 Excellent CSS3 Animations

Nice tutorial how to create a very nifty looking dynamic shadow with a few teaspoons of jQuery, a pinch of CSS and some transparent PNG’s as Base.

AT-AT Walker (No Flash or Javascript)

CSS3 AT AT Walker 25 Excellent CSS3 Animations

CSS3 Animation – Just for fun

CSS3 Animation 25 Excellent CSS3 Animations

After looking at another ‘Test you skills’ quiz on Sitepoint CSS – Test Your CSS Skills Number 32 and some work by ‘drjochum’ and ‘YuriKolovsky’, I have come up with this demonstration which makes use of of the CSS3 selector ‘+’ (next sibling) to make ‘next’ elements move to the top of the pile when either hovering or clicking the ‘previous’ element…

Animated Polaroid Gallery

Animated Polaroid Gallery 25 Excellent CSS3 AnimationsThis is the example of other Polaroid Gallery. Piles of images at random and when the cursor hovers over an image, selected images will be enlarged.

Polaroid Gallery

Going Nuts with CSS Transit 25 Excellent CSS3 Animations

Polaroid Gallery is animated pile of photographs utilizing a ton of new CSS3 commands. It’s interesting when your mouse cursor is above the image, the image will enlarge.

Lightbox Gallery (Draggable)

An Awesome CSS3 Lightbox Ga 25 Excellent CSS3 AnimationsIn this tutorial we are going to create an awesome image gallery which leverages the latest CSS3 and jQuery techniques. The script will be able to scan a folder of images on your web server and build a complete drag and drop lighbox gallery around it.

Image gallery with CSS3 transforms, transitions and more

Image gallery with CSS3 25 Excellent CSS3 AnimationsExciting times for CSS3. As of version 3.5, Firefox offers support for the box-shadow and transition properties. With 3.6 we get CSS3 gradients and multiple backgrounds and 3.7 promises to follow with the transition family of properties.

CSS3 Clock With jQuery

CSS3 Clock With jQuery 25 Excellent CSS3 AnimationsExperiment: CSS Analogue Clock

CSS Analogue Clock 25 Excellent CSS3 AnimationsHav­ing read the blurb around Safari’s CSS tran­si­tions I opted to famil­iar­ize myself with a quick project — the aim of which was to cre­ate a func­tional, CSS only, ana­logue clock.

Spotlight Cast Shadow

Spotlight Cast Shadow 25 Excellent CSS3 Animations

A Colorful Clock With CSS & jQuery

Colorful Clock With CSS j 25 Excellent CSS3 Animations

网友评论
Top