If you set "once: true" under the ScrollTrigger options after:
// Create the Flip animation timeline
in index.js
It leaves a massive empty space above each of the animated sections.
How can the animation be set to play only on the initial scroll-through and not reset on reverse scroll once it has completed?