Jump to content
Search Community

sagispin

Members
  • Posts

    6
  • Joined

  • Last visited

sagispin's Achievements

0

Reputation

  1. @OSUblake Thank you this might be what i need
  2. @OSUblake lets say i run a tween that takes a {x:0} to {x:10} in duration 1 second each tick the tween moves 10 * dt pixels lets say that dt is now 1/20 in that case it needs to move 10 * 1/30 pixels and not 10 * 1/20 because i set the limited fps to 30 dt = max(dt,1/30) am i change this stuff witought going inside the js files of gsap?
  3. Hi, i want to set minimum fps on weak devices fps might be lower then 30 fps if this happends i want the delta time to me smaller than the real delta time i need help figuring this out
×
×
  • Create New...