Authored by xuqi

修正ps页lazyload效果

@@ -51,8 +51,9 @@ exports.init = function() { @@ -51,8 +51,9 @@ exports.init = function() {
51 51
52 //lazyload 52 //lazyload
53 $('img.lazy').lazyload({ 53 $('img.lazy').lazyload({
54 - effect : 'fadeIn',  
55 - placeholder: 'data:image/gif;base64,R0lGODlhAQABAJEAAAAAAP///93d3f///yH5BAEAAAMALAAAAAABAAEAAAICVAEAOw==' 54 + effect : 'fadeIn',
  55 + effect_speed: 10,
  56 + placeholder: 'data:image/gif;base64,R0lGODlhAQABAJEAAAAAAP///93d3f///yH5BAEAAAMALAAAAAABAAEAAAICVAEAOw=='
56 }); 57 });
57 58
58 aIntro = $intro.attr('_title'); 59 aIntro = $intro.attr('_title');