Skip to content

Instantly share code, notes, and snippets.

@leehambley
Forked from seanhandley/gist:332854
Created March 15, 2010 14:08
Show Gist options
  • Save leehambley/332857 to your computer and use it in GitHub Desktop.
Save leehambley/332857 to your computer and use it in GitHub Desktop.
#flash
- flash.each do |key, value|
%div{:class => key, :id => "flash_#{key}"}= value
:javascript
Event.observe(window, 'load', function() {
Effect.Fade('flash_#{key}', { duration: 3.0 });
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment