Effect.Puff

Gives the illusion of the element puffing away (like a in a cloud of smoke).

让元素像烟一样消失的效果!

Examples
  Effect.Puff('id_of_element');

  // with options
  Effect.Puff('id_of_element', {duration:3});


Options
Items in bold are default values.

duration: 1.0 (in seconds)
from: 0.0-1.0 (percent of animation to start)
to: 0.0-1.0 (percent of animation to end)

http://wiki.script.aculo.us/scriptaculous/show/Effect.Puff

你可能感兴趣的:(script.aculo.us)