I am looking to create a smooth transition effect that will push the main content downwards when the Twitter Bootstrap collapse menu is activated using the toggle button.
However, I have noticed an issue where if I quickly double click the toggle button, my main content elements do not complete their initial transitions and instead immediately move back up.
In summary, if I toggle the collapse menu before the main content transition is finished, the content gets pushed up and ends up hiding behind the Bootstrap collapse menu.
The crucial parts in the CSS file are the two defined transitions at the bottom.