A small JQuery plugin for a floating action button which displays a small menu panel. Features options for open duration, close duration, and rotate. st-action-panel is a lightweight jQuery plugin used to create a Material Design inspired sticky action button that slides out a floating panel when clicked. It can be used to show/hide any element.
Libraries
Include following libraries on page.
<link rel="stylesheet" type="text/css" href="css/st.action-panel.css" /> <script src="js/st.action-panel.js">script> |
HTML
Create the action button and floating panel by adding following html.
div class="st-actionContainer right-bottom"> |
See live demo and download source code.