parallax
parallax copied to clipboard
ES6/ES2015 HW accelerated scrollable images parallax
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...
Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.17.0 to 1.18.1. Changelog Sourced from http-proxy's changelog. v1.18.1 - 2020-05-17 Merged Skip sending the proxyReq event when the expect header is present [#1447](https://github.com/http-party/node-http-proxy/issues/1447) Remove node6 support,...
Bumps [serve](https://github.com/zeit/serve) from 10.1.1 to 10.1.2. Release notes Sourced from serve's releases. 10.1.2 Patches Use os.networkInterfaces() to detect network address: #492 Bumped serve-handler to latest version: #505 Credits Huge thanks...
Bumps [https-proxy-agent](https://github.com/TooTallNate/node-https-proxy-agent) from 2.2.1 to 2.2.4. Release notes Sourced from https-proxy-agent's releases. 2.2.4 Patches Add .editorconfig file: a0d4a20458498fc31e5721471bd2b655e992d44b Add .eslintrc.js file: eecea74a1db1c943eaa4f667a561fd47c33da897 Use a net.Socket instead of a plain EventEmitter...
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.12.0 to 3.13.1. Changelog *Sourced from [js-yaml's changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md).* > ## [3.13.1] - 2019-04-05 > ### Security > - Fix possible code execution in (already unsafe) `.load()`, [#480](https://github-redirect.dependabot.com/nodeca/js-yaml/issues/480)....
Bumps [eslint-utils](https://github.com/mysticatea/eslint-utils) from 1.3.1 to 1.4.3. Release notes *Sourced from [eslint-utils's releases](https://github.com/mysticatea/eslint-utils/releases).* > ## v1.4.3 > ## 🐛 Bug fixes > > - 8f9e481ecc1204c7a1331b697f97903f90c75154 fixed false positive of `ReferenceTracker`. >...
In Firefox (current version 66), sometimes, usually when image is already in the cache, effect was not working. Looking into why, i discovered that FF has oncanplay as null on...
Can you please add a hint to the documentation that it's very important that the img element doesn't have max-width set? I think most responsive sites set max-width to 100%...
Hi there, I use the parallax-scroll library like this: ``` new Parallax('.section-site-header-image', { offsetYBounds: 50, intensity: 75, center: 0.5, safeHeight: 0.15 }).init() ``` The effect looks nice and works like...
I'm having an issue getting the library to position the parallaxed image correctly in a responsive viewport. It gets a positive Y value in the matrix transform, even though it...