Scriptaculous JavaScript DHTML



Untitled Document




Event.observe(window, 'load', function() {
  $('demo').observe('click', function() {
    new Effect.Parallel([
      new Effect.Opacity('demo', { sync: true, from: 1, to: 0.33 }),
      new Effect.Scale('demo', 400, { sync: true, scaleFromCenter: true })
    ], { duration: 20 });
  });
});



Click on this paragraph to have a demonstration of it.