CSIS-iLab / trade_guys

Trade Guys landing page/web hub
https://tradeguys.csis.org
MIT License
0 stars 3 forks source link

Boeing Scrollytelling #73

Open jnschrag opened 5 years ago

jnschrag commented 5 years ago

Goal

As the user scrolls down the page, highlight the corresponding parts of the plane SVG & increment the counters for # of parts & # of locations. The entire plane should be visible, but the parts faded out (opacity: 0.5). As the user scrolls through the text, the parts mentioned in the visible paragraph should fade into full opacity (opacity: 1) & their labels should become visible. After the user scrolls to the next paragraph, the labels should fade out & the plane parts should go down in opacity (opacity: 0.7).

How to Work on this Issue

Functional Tasks

Design Notes

For reference, see the original issue #65. However, the tasks in this issue are the ones that should be completed. The latest PR is #72 but a new PR should be opened once additional functionality has been added.

jnschrag commented 5 years ago

Note that this Visual is completed, but the post is currently unpublished while we wait for Boeing's sign off.