79134161

Date: 2024-10-28 16:00:00
Score: 0.5
Natty:
Report link

This is the best solution I've come up with so far. By adding an extra class and a timeout function to this class. This delays the load of the second slide and prevents the overlapping/stacking.

setTimeout(function() {
  $('.hide-slide').removeClass('hide-slide');
}, 100);
.hide-slide {
  visibility: hidden;
}

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: MrJoky