Jump to content
Search Community

Nine

Members
  • Posts

    14
  • Joined

  • Last visited

Posts posted by Nine

  1. 3 minutes ago, ZachSaucier said:

    So long as that freelance work doesn't involve selling a product to multiple clients, yes.

    Thanks for the info, this forum is really helpful and to be honest the best forum experience I ever had :) and I just love the experience of using GSAP :D 

    • Like 3
  2. 2 minutes ago, ZachSaucier said:

    If that person who gets the Shockingly Green membership is you then yes, you can make your portfolio using Club GreenSock plugins and put it online :) Is that what you're asking?

    Yes :D I plan to make my portfolio with the help of GSAP, so I was wondering if that was okay, and as far as I understood if someone would do freelancing with it he would have to tet the business one :)

  3. Hello I have a question, how can I snap the cursor when I hover over a link to that element that it is kinda fixed to it and when I leave the link boundary that hat my cursor returns to its normal shape and follows me, right now it just keeps following me. Thanks in advance, also if a person gets the shockingly green licence, could I make my portfolio and put it online? :D 

    See the Pen qBNBvgV by whitelionx (@whitelionx) on CodePen

  4. Is there a plugin which can be used concerning the preloading of website, or some form of documentation what works best with GSAP and any tips for it? I am trying to build myself a portfolio website and want to preload the website and during that time displaying a GSAP animation.

  5. @akapowl more like if the first box went down then went back, then the second did the same and then the rest follows and when each one is done, the first one starts again, it is kinda like a sequence in a sequence, maybe I am wording it complicated

  6. @akapowl Thank you for the staggering tipp, what I wanna ask also is I want each element to do the animation end it, continue to the next element do the same and so on, and when it reaches the last element, repeat the sequence, something similar like the preload on the site I posted, sorry if I am asking too many newb questions 😅 I really wanna understand this library better

  7. Hey there people of the amazing animation world, I have a question about looping over children elements giving them a short animation and then ending it to continue to the next element and after all of them are done start over,  I wanna do something similar this site has for their preloader, only that I inserted svg bars :D https://homunculus.jp/ since the last forum post I posted helped me a lot to understand some concepts, I wanna continue learning more from more experienced people.

    See the Pen zYqbvBX by whitelionx (@whitelionx) on CodePen

  8. 2 minutes ago, ZachSaucier said:

    Hey Nine and welcome to the GreenSock forums! 

     

    You're making a couple of the most common GSAP mistakes. I highly recommend giving the whole article a read. The key to doing this sort of thing is to create the animation outside of the event listeners and just use control methods inside of the event listeners. I talk more extensive about that topic specifically in my article about animating efficiently which is a great learning resource as well :) 

     

    Your ease is also invalid, I'm not sure where you got that formatting from.

     

    I'm not 100% sure what your end goal is but the end result could be something like this:

     

     

    Thanks a lot, what I am trying to do is to recreate this effect: https://www.shiftbrain.com/

    On the left side of the website after the page load are three control buttons which are basically the navigation of the site for the different sections, and I am kinda confused how to do it as I lack a lot of understanding still concerning the whole library and animations :D 

×
×
  • Create New...