Popularity
2.8
Stable
Activity
0.0
Stable
633
10
39

Description

Animation library that mimics CSS keyframes when scrolling.

Monthly Downloads: 0
Programming language: JavaScript
License: MIT License
Tags: Animations     JavaScript     Js     Browser     Animation     Keyframe    

motus alternatives and similar libraries

Based on the "Animations" category.
Alternatively, view motus alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of motus or a related project?

Add another 'Animations' Library

README

Motus Logo

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.

Live demo

Parallax demo

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.