Download on GitHub

Bouncing Boxes

Bouncing boxes can be faded out/in or slided up/down on page swap (bouncingBoxHandling). This will mostly be non-positioned boxes below the defined swapBox. Consider the demo siblings at the bottom of the page and how they bounce if they are not faded.

Reload page without fading the bouncing boxes

Reload page with bouncingBoxes-option defined

        $.koolSwap({
   bouncingBoxes : '#bouncingBox1, #bouncingBox2',
});
#bouncingBox1 This section is defined under the swapBox and will jump to the top after click on a menu item.
#bouncingBox2 Another demo bounce box.