Jump to content
Search Community

lauge500

Members
  • Posts

    2
  • Joined

  • Last visited

lauge500's Achievements

  1. Thanks, I think is the only way. I already read the many other posts of aligning text but they are all based on a premade svg and doesn't allow for changing dimensions. Therefore, i think as mentioned, the only way is to programatically create or modify the svg on runtime. Thanks!
  2. Hello guys i have a question regarding GSAP, SVG's and Text on a Path. What i want to obtain: A text that can be attached to a path or div, combined with GSAP ScrollTrigger to animate the text on the path. What my problem is: My current solution is to use a svg path and href the svg textPath to the svg path. Then use ScrollTrigger to animate the startOffset on scroll. BUT... The path has a certain aspectratio which i want to be fluid around an image that can vary in dimensions acccording to the screen size and therefore the text inside the svg is getting distorted/stretched as well. Question is... Is there any way to obtain this? Can i tell the svg text to have a normal aspect-ratio while the path is allowed to stretch? Other solutions?
×
×
  • Create New...