Floating Action Button (FAB)
Disable FAB Animation
<style>
#engagement-widget-fab-wrapper::before {
animation: unset;
}
</style>Set Number of FAB "Pulses"
<style>
#engagement-widget-fab-wrapper::before {
animation-iteration-count: 3;
}
</style>Last updated