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
I made a sticky footer for our site that looks fairly decent. This footer will be composed of a series of buttons that will be open, and depending on which button is clicked, different bootstrap cols will be visible. The one I put up is for developer resources. There needs to be one for App Notifications and Copyright. The footer should also be presented as a more unified style.
Finally, we need this footer to be extensible. Adding buttons and content should be relatively painless.
Behaviour.
When a footer button is clicked and the footer is not open, the footer opens upward and the content is shown
As the footer opening animation is going, the selected button changes to an active state
If a user clicks on another button in the footer, the footer does not animate but the new content is presented
Clicking the active footer button or the collapse button should close the footer.
The text was updated successfully, but these errors were encountered:
I made a sticky footer for our site that looks fairly decent. This footer will be composed of a series of buttons that will be open, and depending on which button is clicked, different bootstrap cols will be visible. The one I put up is for developer resources. There needs to be one for App Notifications and Copyright. The footer should also be presented as a more unified style.
Finally, we need this footer to be extensible. Adding buttons and content should be relatively painless.
Behaviour.
The text was updated successfully, but these errors were encountered: