Flowdock
method

delay

Importance_1
v1.1.6 - Show latest stable - 0 notes - Class: ActionView::Helpers::PrototypeHelper::JavaScriptGenerator::GeneratorMethods
delay(seconds = 1) public

Executes the content of the block after a delay of seconds. Example:

  page.delay(20) do
    page.visual_effect :fade, 'notice'
  end
Show source
Register or log in to add new notes.