You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// If there is only a slide, clone it
if (total_slides == 1) {
var clone = getSlide(0);
var prepend = SLIDER.find(CRELLY).find(SLIDES);
clone.clone().prependTo(prepend);
total_slides++;
}
Why is slide copied when its only one?
When I comment it, my text layer still flashing.
Why?
The text was updated successfully, but these errors were encountered:
I see that in code is:
Why is slide copied when its only one?
When I comment it, my text layer still flashing.
Why?
The text was updated successfully, but these errors were encountered: