Show FAB on scroll The show_on_scroll_position prop on the list item allows floating action buttons to show on scroll. Important Notes: Use either px or % values to indicate the exact scrolled position when the floating action buttons should fade in. To avoid animation jump, please only use this on the first item in a FAB list. Demo View full page demo
Twig
{% include '@bolt-components-floating-action-buttons/floating-action-buttons-li.twig' with {
    content: content,
    show_on_scroll_position: '100px'
  } only %}
HTML
Not available in plain HTML. Please use Twig.