Description
Animation library that mimics CSS keyframes when scrolling.
motus alternatives and similar libraries
Based on the "Animations" category.
Alternatively, view motus alternatives based on common mentions on social networks and blogs.
-
animate.css
A cross-browser library of CSS animations. As easy to use as an easy thing. -
GreenSock-JS
High-performance HTML5 animations that work in all major browsers. -
jquery.transit
Super-smooth CSS3 transformations and transitions for jQuery. -
tsParticles
A JavaScript/TypeScript library for creating particles, next-gen particles.js. -
particles-bg
A lightweight React particles animation background component. -
shuffle-images
The Simplest Way to shuffle through images in a Creative Way http://www.thepetedesign.com/demos/shuffle-images_demo.html -
Scrawl-canvas Library
Responsive, integrated and interactive HTML5 canvas elements. -
TransitionEnd
TransitionEnd is an agnostic and cross-browser library to work with transitionend event. -
js-loading-overlay
Display loading overlay for your application easily and beautifully.
Scout APM - Leading-edge performance monitoring starting at $39/month
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest. Visit our partner's website for more details.
Do you think we are missing an alternative of motus or a related project?
Popular Comparisons
README
Why Motus ?
Motus allows developers to create beatuful animations that simulate css keyframes and are applied when the user scrolls.
Features
- Node & Browser Support
- Simple and intuitive api
- Scroll hooks
- Both vertical and horizontal scrolling
Getting started
Check out the Quick Start documentation to get started.
Usage
let newAnimation = new Motus.Animation({
$el: document.getElementById('element'),
keyframes: [
{width: 100},
{width: 300}
]
});
Motus.addAnimation(newAnimation);
<!--- [start code] --> <!--- [end code] -->
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
- Submit a pull request
For further information about the project please see the development section from the documentation.
Credits
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!
Contributors
Code Contributors
This project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)].
Financial Contributors
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]
License
Motus is made available under the [MIT License](LICENSE).
*Note that all licence references and agreements mentioned in the motus README section above
are relevant to that project's source code only.