Motus allows developers to create beatuful animations that simulate CSS keyframes and are applied when the user scrolls.
- Node & Browser Support
- Simple and intuitive api
- Scroll hooks
- Both vertical and horizontal scrolling
Check out the Quick Start documentation to get started.
let newAnimation = new Motus.Animation({
$el: document.getElementById('element'),
keyframes: [
{width: 100},
{width: 300}
]
});
Motus.addAnimation(newAnimation);
- Fork it
- Create your feature branch
- Do something awesome
- Commit what you have done
git commit -am 'Some changes'
- Push to the branch
git push origin my-new-feature
- Submit a pull request
For further information about the project please see the development section from the documentation.
Motus is created and maintained by Alexandru Cambose (alexcambose)
I'm open to suggestions. Feel free to message me or open an issue. Pull requests are also welcome!
This project exists thanks to all the people who contribute. [Contribute].
Become a financial contributor and help us sustain our community. [Contribute]
Support this project with your organization. Your logo will show up here with a link to your website. [Contribute]
Motus is made available under the MIT License.