Draw attention to your buttons with this subtle but captivating effect. Just add the class " pulse " to your button. Note: This is meant for floating buttons, so it may not work perfectly with every component.
<a class="btn btn-floating pulse"><i class="material-icons">menu</i></a>
<a class="btn btn-floating btn-large pulse"><i class="material-icons">cloud</i></a>
<a class="btn btn-floating btn-large cyan pulse"><i class="material-icons">edit</i></a>
Gradient Pulse Large
When you use a gradient pulse you have to use gradient color from the _color.scss and for large pulse you have to use btn-large class
<a class="btn btn-floating pulse btn-large gradient-45deg-light-blue-cyan"><i class="material-icons">power_settings_new</i></a>
<a class="btn btn-floating pulse btn-large gradient-45deg-amber-amber"><i class="material-icons">done</i></a>
<a class="btn btn-floating pulse btn-large gradient-45deg-indigo-blue"><i class="material-icons">search</i></a>