Advertisement
deliciousthemes

Untitled

Feb 26th, 2013
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.32 KB | None | 0 0
  1. //nivo-slider
  2. jQuery(window).load(function() {
  3.  
  4.  
  5.     jQuery('#slider').nivoSlider({
  6.         afterLoad: function(){
  7.         var $slider = jQuery('#slider');
  8.         $slider.css('opacity',0);
  9.         jQuery('#preloader').fadeOut(500, function(){
  10.            $slider.animate({'opacity':1}, 500);
  11.         });
  12.     }
  13.     });
  14.    
  15. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement