Scrollytelling Visualizer
![Hello](/docs/_next/image?url=%2Fdocs%2F_next%2Fstatic%2Fmedia%2Fvisualizer2.c8433bda.png&w=3840&q=100)
The Scrollytelling Visualizer is designed to help in debugging created animations. It provides a visual representation of how anims are positioned in the timeline and their states, allowing to understand them more easily.
- The visualizer is contained within a draggable panel that can be moved around the screen for convenience.
- It can handle multiple GSAP timelines, which can be switched using a dropdown menu.
- The
debug
prop on the<Root>
component can be used to handle the visualizer and label debugged timelines (checkdebug
props).