A Vue component that creates an animated tracing beam effect alongside content.
Prop | Description |
---|---|
triggerElement | Selector for the scrollable element. Defaults to window if not provided. |
class | Additional CSS classes to apply to the component. |
Slot | Description |
---|---|
default | Content to be displayed alongside the tracing beam. |
You can customize the TracingBeam component in several ways:
class
prop to add custom styles or utility classes.The TracingBeam component relies on GSAP and ScrollTrigger for animations. Ensure these libraries are properly installed and imported in your project for the component to function correctly. The component is designed to work with both window scrolling and custom scroll containers.