Searched refs:animation_speed (Results 1 – 1 of 1) sorted by relevance
| /plugin/prettyphoto/js/ |
| D | jquery.prettyPhoto.js | 14 animation_speed: 'fast', /* fast/slow/normal */ property 209 $pp_overlay.show().fadeTo(settings.animation_speed,settings.opacity); 422 slide_speed = (direction == 'next' || direction == 'previous') ? settings.animation_speed : 0; 469 …$('div.pp_pic_holder,div.ppt,.pp_fade').fadeOut(settings.animation_speed,function(){ $(this).remov… 471 $pp_overlay.fadeOut(settings.animation_speed, function(){ 501 $ppt.fadeTo(settings.animation_speed,1); 508 },settings.animation_speed); 515 },settings.animation_speed,function(){ 518 $pp_pic_holder.find('.pp_fade').fadeIn(settings.animation_speed); // Fade the new content 548 $pp_pic_holder.find('.pp_fade').fadeOut(settings.animation_speed,function(){
|