if ((i != this.currentIter)) this.galleryElements[i].set({opacity: 0});
gallery.Transitions[this.galleryData[num].transition].pass([
this.galleryElements[this.currentIter],
var textShowCarousel = formatString(this.options.textShowCarousel, num+1, this.maxIter);
if ((this.options.showCarousel)&&(!this.options.useExternalCarousel))
this.carouselBtn.set(html, textShowCarousel).setProperty(title, textShowCarousel);
this.timer = this.nextItem.delay(this.options.delay, this);
doSlideShow: function(position) {
imgPreloader.onload=function(){
this.startSlideShow.delay(10, this);
source

Комментариев нет:
Отправить комментарий