Jump to content
Search Community

Andy Bui

Members
  • Posts

    11
  • Joined

  • Last visited

Recent Profile Visitors

704 profile views

Andy Bui's Achievements

  1. @mvaneijgen OMG Thanks a lot, I didn't know the solution was that easy.
  2. hi @mvaneijgen Here is my codepen: https://codepen.io/tcb2307/pen/ExGNjLy In this codepen, the code is not even running because it is not in live server. But in live server, it will run when we did some changes and save on the code, but not happening when we reload the page
  3. Hi GSAP people, Sorry for cannot providing codepen at the moment, I will provide it later. This is my first time using react and trying to do with GSAP animation, but when I run the website the animation is not executed, I even try to refresh and hard refresh but nothing happen. But when I update the code and save it , the code now can be runned, jsut do 1 small update and the animation will run, but not when refreshing the page. Can anyone help me on this please ? Thanks
  4. hi drNo77, Just put it in a loop and you won't have to repeat copy and paste the same tween again https://codepen.io/tcb2307/pen/PoBvGbj
  5. https://codepen.io/tcb2307/pen/OJwPWWN?editors=1111 In my opinion, you need to use forEach() in order to have a seperate timeline for each dot. P/S: PointC is already faster than me so you can apply his way. Anyways just want to show you another way to achieve it ?.
  6. Hi, this is a very simple animation using clip-path with svg that you can start with: https://codepen.io/tcb2307/pen/XWYoYER
  7. Thanks a lot @GreenSock. This is exactly the answer I am looking for and it also helps me understand how svg works. I really appreciate you spending time writing that function to clear up the problem I face. Hope you have a great day
  8. Hi all, First time working with DrawSVG so I don't fully understand how it works with drawing. As you can see from my codepen, I set the time for 10s but it only takes about 2-3s to finish drawing the house and when I check on browser, the stroke value is still running even through the house and tree is already completed. Can anyone help me set up the correct time for the img to draw exactly with the time set ? Thanks a lot
  9. Hi Adan, If I am understanding right, is this the effect you want ? https://codepen.io/tcb2307/pen/XWYJVrz Sorry if my code is a bit messy.
  10. hi kmytor, You mistype "scrub" with "scrup"
  11. Andy Bui

    Register Plugin

    Hi everyone, I have a small concern about the bonus plugin that using in projects. I am loading the plugin via <script> tag and tag the js file via /minified files. And without "gsap.registerPlugin()", I still can use the plugin as usual. Do I need to put the register code in the project if selling to other clients to ensure the plugin can be used without any problems ? Thank you in advance.
×
×
  • Create New...