Action button is a floating button at bottom right or left corner. The concept of floating Action button is from Android material design. These action button is also helpful in creating a "back to top" similar to one on this page
<button class="btn btn-default btn-circle btn-lg action-btn" >
<span class="glyphicon glyphicon-plus" aria-hidden="true"></span>
</button>