The image will fade out after 4 seconds.

You can click here to restart the example.

$proto('#avatar', {
  Timer: {
    delay:4,
    onTimer: {
      Fade: {
        opacity: {to: 0}
      }
    }  
  }
});