Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    I have the same request. The plugin is working great. Having the option of a fade in/out transition would be a nice addition.

    Thanks,
    RM

    Plugin Author Benedikt Mo

    (@bmodesign2)

    no, sorry therefore i recommend the nivo slider. 🙂

    in : wp-content/plugins/bmo-expo/js/jquery.bmoGallery.scrollGallery.js replace line 332 -339 with:

    this.$bmo_the_gallery_images.css("opacity","0.0");
                            this.$bmo_the_gallery_images.animate({left:(-(index *
                            this.$bmo_the_gallery_image_area.width())) + 'px'}, "fast");
                            this.$bmo_the_gallery_images.animate({
    			 opacity:'1'
    			 }, "slow", function(){//complete
    				this.gallery.currentImg = index;
    				this.isAnimating = false;
    				this.setThumbs(index);
    			}.bind(this));
    		},

    cheers
    Micky

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How can I get fade effect on image transition?’ is closed to new replies.