OpenUI5-parallax
A library wrapping parallax.js in UI5 controls to create stunning layered effects, for more information check out the parallax.js demo.
The UI5Lab-browser is loaded as a dependency to display the library content for testing during development.
Getting started
- Install node.js (get it from nodejs.org).
- If working behind a proxy, you need to configure it properly (HTTP_PROXY / HTTPS_PROXY / NO_PROXY environment variables)
- Clone the repository and navigate into it
git clone https://github.com/michadelic/openui5-parallax
cd openui5-parallax
- Install all npm dependencies (also installs all bower dependencies)
npm install
- Run npm start to lint, build and run a local server (have a look into
Gruntfile.js
to see all the tasks).
npm start
- Open the ui5lab browser to see the libaray samples: http://localhost:8080/test-resources/ui5lab/browser/](http://localhost:8080/test-resources/ui5lab/browser/)
Directions
Browser A sample browser showcasing artifacts from one or more libraries
Test page An HTML test page instantiating the control
Contributing
Instructions how to connect to the community and contribute to the UI5lab project can be found in the main repository!
Credits
Thank you to @wagerfield for this great parallax implementation!