-
Notifications
You must be signed in to change notification settings - Fork 873
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bower publishing #1
Comments
@vitaliy-bobrov The library is still a bit buggy. I'm planning on publishing to both once the library is usable without my direct input. We'll be using this in production on https://dixonandmoe.com/ and that will require us to find all the bugs and write better docs! |
Ok, I've tried to optimize your implementation, I used requestAnimationFrame for position update. Also I've tried to wrote it with es2015 + babel. I like you idea to use translate3d it shows good performance. |
Yes I would love to see it! I'm especially curious what your rAF implementation looks like. I decided against es6 since I wanted to control file size and not have the code transpiled. But I can be persuaded if the file size stays relatively small. |
+1 for npm publish |
@KasperAndersson @vitaliy-bobrov This initial version is published on npm as 'rellax'. Thanks for the motivation! |
@moeamaya Nice one! |
Could you publish your library to the bower and/or npm.
The text was updated successfully, but these errors were encountered: