https://github.com/fraction/meteor-stellar
Stellar.js packaged for Meteor
https://github.com/fraction/meteor-stellar
Last synced: about 1 month ago
JSON representation
Stellar.js packaged for Meteor
- Host: GitHub
- URL: https://github.com/fraction/meteor-stellar
- Owner: fraction
- License: other
- Created: 2014-01-05T19:34:22.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-11-07T03:15:28.000Z (over 10 years ago)
- Last Synced: 2024-04-14T23:30:10.683Z (about 2 years ago)
- Language: JavaScript
- Size: 128 KB
- Stars: 3
- Watchers: 9
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Stellar.js for Meteor
Stellar.js - Parallax scrolling made easy
This Meteor package contains the latest stable release of [Stellar.js](https://github.com/markdalgleish/stellar.js).
## ❗️No Longer Maintained
This project is no longer being actively maintained. If you're interested in taking over this project, please get in touch. Please leave a reply on [this issue](https://github.com/noorderstorm/meteor-stellar/issues/1), email developer@noorderstorm.com or contact [@Noorderstorm](https://twitter.com/Noorderstorm) on Twitter.
## How to install
1. `npm install -g meteorite` (if not already installed)
2. `mrt add stellar`
## Usage
Please see the official [Stellar.js documentation](https://github.com/markdalgleish/stellar.js) for the full usage documentation.
To utilise Stellar, provide a callback for your template's `rendered` event like so:
```javascript
Template.myTemplate.rendered = function() {
$('#element').attr('data-stellar-ratio', 1.1);
$.stellar();
}
```
## Documentation
[https://github.com/markdalgleish/stellar.js](https://github.com/markdalgleish/stellar.js)