Jump to content
Search Community

SharonMcNamara

Members
  • Posts

    6
  • Joined

  • Last visited

Posts posted by SharonMcNamara

  1. On 1/3/2024 at 2:37 AM, GSAP Helper said:

    Sorry, we can't effectively troubleshoot a live site. Would you please provide a very simple CodePen or Stackblitz that illustrates the issue? 

     

    Please don't include your whole project. Just some colored <div> elements and the GSAP code is best. See if you can recreate the issue with as few dependancies as possible. If not, incrementally add code bit by bit until it breaks. Usually people solve their own issues during this process! If not, then at least we have a reduced test case which greatly increases your chances of getting a relevant answer.

     

    Here's a Next starter template you can fork. 

     

    Once we see an isolated demo, we'll do our best to jump in and help with your GSAP-specific questions. 

    Thanks for helping me out as well.

  2. On 12/19/2023 at 9:32 PM, Rodrigo said:

    Hi @Volf-000 and welcome to the GSAP Forums!

     

    I have zero experience with banners so I couldn't tell you. Maybe because banners are added through iframes and is better/safer that way? Honestly I can't think of a single reason why valid semantic HTML tags are not allowed/preferred when it comes to banner development.

     

    Finally you posted this thread in the main GSAP forums, we have a dedicated Banner Animation forum as well, you want me to move the thread over there and see if you can get more specialized help on the subject?

     

    Happy Tweening!
     

    Can you share the Banner Animation forum link? Thank you in advance :)

    Edit: got my answer.

  3. On 11/7/2023 at 9:30 PM, Rodrigo said:

    Hi,

     

    Just use the position parameter to set the position of your text animations in your timeline. Remember that you can have many Lottie instances in one timeline and you can position your text animations either relative or absolutely in your timeline as well, lots of flexibility around here! 😄

     

    If you keep having issues with this particular setup, please create a minimal demo that clearly illustrates what you're trying to do and the issue you're having.

     

    Finally, IDK about killing and then adding the lottie animation again and again, especially since you have everything controlled by the scroll position. Better leave them there, after all is just simple SVGs and nothing more. Most of the time performance issues are related to complex rendering like filters and such rather than JS or code execution, so keeping the lotties in the DOM, especially if they are not visible, shouldn't create any problem since they're not being rendered. I'd recommend you to test, test, test and if you find that you gain a lot in terms of performance (not just a few MB of memory and a few ms in terms of code execution) then do all the extra work of removing them, for now just show/hide them using autoAlpha (a GSAP mix of opacity and visibility).

     

    Hopefully this helps.

    Happy Tweening!

    Thank you sir for answering in brief. It helps me a lot. You made my day. I appreciate you for taking your time to write it. :)

    • Like 2
  4. On 9/19/2023 at 2:08 AM, GreenSock said:

    Thanks for seeking clarification, @Jack_8123. We always appreciate folks who are diligent about honoring the licensing terms. Our entire business model is built on the honor system and trust. 

     

     It's totally fine if your payment gateway takes a fee during checkout for products that [themselves] don't use GreenSock technology. The usage you described is covered under the standard "no charge" license because the furniture obviously doesn't use GSAP and your web site isn't charging any fees to access certain parts or features of the site (right?). 

     

    Enjoy! 

     

    💚

     

    I agree with it. I bought the license and they didn't charge anything extra and it was simple.

  5. On 2/5/2023 at 11:14 PM, mvaneijgen said:

    Hi @portere welcome to the forum!

     

    If you're the only one that will be editing/maintaining the GSAP related code and the websites you've build don't charge users for using the site, there is no need for a license. Of course you'll not have access to the bonus plugins, but you can use the rest for free. Would be cool though if you could show your colleagues what a level up experience you could provide if you include GSAP in the projects you'll build. 

     

    Personally I'd build one project with GSAP using the free tools and bought a licence and now I'm a voluntair moderator (how did that happen!? 😝) and loving it! Such a great community here!

     

    Also is worth mentioning that what you get with your Club GreenSock membership is a full year of updates in every bonus plugin. After that year every single project that you created will still work (GreenSock doesn't include phone home code in the bonus plugins that will stop working when the license expires), your clients won't be able to update to the latest versions of the bonus plugins but everything will keep working without any issues.

     

    I've also include a few topics with more information, if you still want to read some more. Hope it helps and happy tweening! 

     

    Thank you for the info, for now I will go with SimplyGreen. And can I update my plan later?

×
×
  • Create New...