An open API service indexing awesome lists of open source software.

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

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`