Open GoogleCodeExporter opened 9 years ago
thanks for that workaround!!
Original comment by eisf...@googlemail.com
on 26 Dec 2011 at 2:22
and i also had to add a fade in for the comments otherwise they would stay at
zero opacity too:
if (this.onTransitionIn) {
this.onTransitionIn(newSlide, newCaption, isSync);
newSlide.fadeTo(this.getDefaultTransitionDuration(isSync), 1.0); //added this line!
if (newCaption) newCaption.fadeTo(this.getDefaultTransitionDuration(isSync), 1.0);//and this one for comments
} else {
newSlide.fadeTo(this.getDefaultTransitionDuration(isSync), 1.0);
if (newCaption)
newCaption.fadeTo(this.getDefaultTransitionDuration(isSync), 1.0);
}
Original comment by kinv...@gmail.com
on 11 Sep 2012 at 10:19
Original issue reported on code.google.com by
dhutchdr...@gmail.com
on 20 Sep 2011 at 10:08Attachments: