fuseScrollbar is a wrapper directive for Perfect Scrollbar plugin.
Exported as: fuseScrollbar
Here's the basic usage of the fuseScrollbar
:
Name | Description | Default |
---|---|---|
@Input()
fuseScrollbar: boolean
|
Whether to enable or disable the custom scrollbars. |
''
|
@Input()
fuseScrollbarOptions: any
|
Perfect Scrollbar options |
{{'{}'}}
|
It's possible to access the methods of this directive using a @ViewChild or @ViewChildren:
Here's the list of all available methods:
ignoreVisible
is true then scroll won't
be triggered if the element is already inside the current viewport.