https://github.com/jonaskuske/airbus-showcase
✈ Showcase page for Airbus Bremen
https://github.com/jonaskuske/airbus-showcase
Last synced: 12 months ago
JSON representation
✈ Showcase page for Airbus Bremen
- Host: GitHub
- URL: https://github.com/jonaskuske/airbus-showcase
- Owner: jonaskuske
- Created: 2018-06-09T17:49:51.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-02-06T23:28:26.000Z (over 4 years ago)
- Last Synced: 2025-06-27T15:06:51.151Z (12 months ago)
- Language: JavaScript
- Homepage: https://jonaskuske.github.io/airbus-showcase/
- Size: 7.86 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Showcase | Airbus Bremen
A little project designed to showcase the capabilities and achievements of Airbus Bremen.
Through scrolling, the user is taken through a journey from the skies to deep space.
During the journey different products built by Airbus Bremen are highlighted and animated, like airplanes or modules of the International Space Station.
The product animations are created in After Effects and played back using airbnb's library [lottie](https://github.com/airbnb/lottie-web),
composition is handled by [GSAP](https://greensock.com/)'s TimelineMax and the composition(s) are synced to the users' scrolling with the help of [ScrollMagic](http://scrollmagic.io/).
> install dependencies:
> `npm install`
> run development server:
> (HMR is disabled as the code directly manipulates the DOM)
> `npm start`
> Build for production with minification and compression:
> `npm run build`