scroll-wheel
<a class="scroll-wheel" href="#key-features"></a>
The Scroll Wheel can be customized using the following options:
Property Name | Default Value | Description |
---|---|---|
size |
font-size('size-5') |
This allows the config to be accessed in the JavaScript. |
color |
color('greyscale', 'white') |
The position on the screen for the scroll-top icon (top, right, bottom, left). |
outline-width |
0.075em |
The width at which the icon should be hidden. |
animate |
true |
If enabled the Scroll Wheel icon will be animated. |
To change one of the above values, pass your new value(s) to the scroll-wheel()
mixin in your theme file (e.g. assets/themes/Kayzen/_kayzen.scss).
@include scroll-wheel(( 'size' : 30px, 'outline-width' : 2px, 'animate' : false ));