Jump to content
Search Community

FactoryWW

Members
  • Posts

    4
  • Joined

  • Last visited

FactoryWW's Achievements

0

Reputation

  1. Hi everyone, i have the same problem like TeamBeconcept and my .gitignore is without .tgz and i still get same error. Thanks!
  2. ZachSaucier and GreenSock thank you. You are right it's bad idea to force inactive tab to update 60fps. I changed my logic so now based on some parameters I calculate where the animation should be when user returns to the page. Thank you for all your time.
  3. Hello everyone, I searched the forum and could not find it. Can I use these methods useRAF() and lagSmoothing() on a gsap object. I saw use-cases on tweens and timelines that developers use useRAF() and lagSmoothing(),but i need on gasp object. I am new to GSAP animations, any help is appreciated. The problem is next: When i switch tab my animation stops, and i don't want that. I want to run without drop of frames in that tab. I have created my animation over gsap object like this : this.spinAnimation = gsap.to(".spinner", { rotation: "+=" + this.animationSettings.normalVelocity * 1000, duration: 1000, repeat: -1, ease: "none", });
  4. FactoryWW

    Spinning Wheel

    Hello to all of you greensockers... I need help,i am new to the world of Greensock. So, I need all these functionalities that I currently have. But I need to start the wheel from a certain number and stop it at a certain number? And not from the certain time point,as it is now. Thanks...
×
×
  • Create New...