Jump to content
Search Community

sirhclluk

Premium
  • Posts

    38
  • Joined

  • Last visited

Posts posted by sirhclluk

  1. I've been having issues recently using splittext in banners. The issue is the text isn't always breaking at the <br>.  Not so much an issue with Chrome, but still randomly happens. I see the info on this page https://greensock.com/docs/v3/Plugins/SplitText  at Notes & limitations, but maybe you could help me more here.

    Is there an issue where I have these placed?

    My links to google fonts are pasted just before the end of the </head>

    My links to js files are just before the end of the </body>

    <script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.10.4/gsap.min.js"></script>
    <script src="js/SplitText.min.js"></script>
    <script src="js/greensock_Animations.js"></script>

     

    Thanks

    Chris

    See the Pen VwXqajR by sirhclluk (@sirhclluk) on CodePen

  2. thanks carl.

    Asking because google web designer removed the ability to add svg code into the html.

    sucks since I started using animated svgs on almost all of my banners.

     

    your link does have good info on it.

  3. Thank you both for the replies. PointC, I got it to work based on that example.


    I had to change the bound to numbers and not just the name of the object. And on the progress line had to change it to t.progress( this.x/-484 );


     


    Thank You GSAP!


    • Like 1
  4. Is this possible with Draggable?

    In a banner I want to drag a road jpg horizontally, and have a car move along the road as I drag the road jpg.

    So the car stays in the same spot horizontally, just moving up and down and turning as needed.

     

    if it is possible could someone share a link related to it?

     

    Thanks

×
×
  • Create New...