With jQuery Star Wipe you can enable the single best transition ever created, the star wipe, in any recent WebKit browser! Want support for star wipe in more browsers? Ask your favorite browser manufacturer to support CSS masks!

Note: as of 10/9/2009, jQuery Star Wipe only works on Chrome 3 and Safari 4.

Some links for you to click

The code

$(function(){
  
  // Enable "star wipe" transition on some links!
  $('a:not([href^=#]):not([href^=javascript])').starwipe();
  
});