A Vue component that creates an interactive 3D curved line animation with scroll-triggered content.
The TracingCurveContainer component creates an interactive 3D curved line animation with scroll-triggered content. It uses Three.js for 3D rendering and GSAP for animations.
curveData | Array | [] | An array of objects containing line and item data for each curve. |
triggerElement | String | Window | window | The element to use as the scroll trigger. Can be a CSS selector string or the window object. |
curveData
.You can customize the TracingCurveContainer component by modifying the curveData
prop:
start
and end
coordinates of each line to change its position and length.curvature
values to change the shape of the curve.item
content (title, subtitle, and texts) for each curve.This documentation provides an overview of the TracingCurveContainer component, its usage, props, how it works, customization options, and important notes. You can further customize this documentation to include any additional details or examples specific to your project's needs.