rocket-modules are simple to use & lightweight jQuery modules for an faster & better frontend development.
- Parallax
- Dynamic Meta URL
- Smooth Scroll
- Dropdown
- Expand
rocket-modules requires jQuery v3+ to run.
import { parallax, dynamicMetaUrl, smoothScroll } from 'rocket-modules';
parallax();
dynamicMetaUrl();
smoothScroll();
To use parallax you have to add the parallax
attribute to an element of your choice.
Don't forget to add an ratio.
<div parallax=".75"><div>
Nothing to do here. Just be sure to import it :)
For smoothScroll just link to an ID on the same page.
<a href="#Target"></a>
<div id="Target"><div>
MIT