Open GoogleCodeExporter opened 9 years ago
Hello,
I did this:
J('.largecheckbox').click(function(event) {
J('#thumbs ul').empty();
J('#thumbs ul').append(getUlLiContent());
// We only want these styles applied when javascript is enabled
J('.navigation').css({'width' : '160px', 'float' : 'left', 'color': '#787878'});
J('.content').css({'display':'block'});
J('#thumbs').galleriffic({
delay:300,
preloadAhead:-1,
numThumbs:30,
enableTopPager:true,
enableBottomPager:true,
imageContainerSel:'#slideshow',
controlsContainerSel:'#controls',
syncTransitions:true,
prevLinkText:'‹ Previous',
nextLinkText:'Next ›',
nextPageLinkText:'›',
prevPageLinkText:'‹',
defaultTransitionDuration:0
});
J('#container').dialog('open');
});
J('#container').dialog({
show:'blind',
hide:'explode',
draggable:true,
autoOpen:false,
modal: true,
height:900,
width:900,
close: function(event, ui) {
J("input[name='chk_rain_animation']").prop('checked', false);
}
});
I'm able to open and close the popup.
But, if I open the popup, I start the animation (without stopping it), I close
the popup, the next time that I re-open the popup the animation is still
working. Why?
Original comment by davide.m...@gmail.com
on 23 Sep 2011 at 9:33
Original issue reported on code.google.com by
hei...@itsbetter.de
on 19 Jul 2010 at 1:15