Animation library that mimics CSS keyframes when scrolling
npm install motusjs
let newAnimation = new Motus.Animation({
$el: document.getElementById('element'),
keyframes: [
{width: 100},
{width: 300}
]
});
Motus.addAnimation(newAnimation);
`
Contributing
- 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`For further information about the project please see the development section from the documentation.
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]
#### Individuals
#### Organizations
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.