Skip to content

Commit

Permalink
Set slider effects.
Browse files Browse the repository at this point in the history
  • Loading branch information
briandmcnabb committed Nov 16, 2012
1 parent a1d59f6 commit 8f71a9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/helpers/slider_helper.rb
Expand Up @@ -22,9 +22,9 @@ def slider(slider, options={})
javascript_tag do
"$(window).load(function() {
$('##{dom_id(slider)}').nivoSlider({
/* effect: 'fade', */
effect: 'fade',
animSpeed: 1000,
pauseTime: 4000
pauseTime: 6000
});
});"
end
Expand Down

0 comments on commit 8f71a9b

Please sign in to comment.