CSS transition timing functions

A neat visual demonstration of the the different timing functions for CSS transitions. Non-animators may not be familiar with these, so it’s helpful to see what they look like.

Toy Story iAd Navigation

A re-creation of Apple’s demo iAd for Toy Story 3. Makes for a pretty good introduction to 3D transformations.

Nicholas Gallagher:


  This is an experiment that creates social media icons using CSS and semantic HTML. It uses progressive enhancement to turn an unordered list of text links into a set of icons without the use of images or JavaScript.


It bears repeating that the point of experiments like this isn’t to replace logos with CSS, but to show that fairly complex designs can be made in CSS - and you’ll need that sooner or later.

A similar, and more useful, demo: CSS speech bubbles.

Nicholas Gallagher:

This is an experiment that creates social media icons using CSS and semantic HTML. It uses progressive enhancement to turn an unordered list of text links into a set of icons without the use of images or JavaScript.

It bears repeating that the point of experiments like this isn’t to replace logos with CSS, but to show that fairly complex designs can be made in CSS - and you’ll need that sooner or later.

A similar, and more useful, demo: CSS speech bubbles.

5/31/2010   #css #demo
Modernizr

Modernizr is a JavaScript library that helps you branch your CSS depending on the browser’s capabilities. I haven’t tried Modernizr itself yet, but their website is a nice demo of some CSS3 features, like rounded borders, gradients, shadows, reflections, and transitions.

5/25/2010   #transition #css #product
Things we left on the moon

A little demo of progressive enhancements to website interaction - animations, simple fades - by SimpleBits.

5/24/2010   #css #animation #demo
Using CSS3 Transitions, Transforms and Animation

Rich Bradshaw has a page with some examples of CSS transitions and animations. Succinct and well explained. Make sure you also check the official docs and do your own research on top of any tutorial you read. It’s still the early days for HTML5 and CSS3; things change, both in spec and in implementation.

5/22/2010   #reference #css
Safari 4 cloned in Safari

g-metrics:

Thought I would pass along an experiment where I was able to recreate almost all of Safari 4’s interface entirely in HTML5 and CSS3, taking advantage of Webkit’s css prefixes.
5/21/2010   #css #ui
3D CSS WordPress theme

Not a terribly practical demo, but pretty involved nevertheless.

CSS world clocks by lensco. No images were harmed in the making of this excellent CSS demo. No JavaScript, even.

CSS world clocks by lensco. No images were harmed in the making of this excellent CSS demo. No JavaScript, even.

guillee:

Here’s another thing I made while messing with WebKit’s CSS 3D transforms, transitions, and animations, based on their morphing power cubes demo.

The clock’s “wheels” are turned with JavaScript, but they’re built and animated entirely with CSS. Like the CSS Star Wars demo, for now this only works in Snow Leopard with Safari 4 or the WebKit nightly, and, surprisingly, on the iPhone. Try it here: CSS clock. I also made a CSS timer that works entirely without JavaScript, using only CSS animations.