Skip to content

Instantly share code, notes, and snippets.

@plukevdh
Created November 5, 2009 15:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save plukevdh/227117 to your computer and use it in GitHub Desktop.
Save plukevdh/227117 to your computer and use it in GitHub Desktop.
cool way to display flash messages with rjs
page.visual_effect :appear, :flash_notice
page.delay(10.0) do
page.visual_effect :fade, :flash_notice
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment