iDev-Games

Results 6 comments of iDev-Games

Hi, thanks! I hope you're having fun with it, great to see people are discovering Trig.js. As an optimisation feature when Trig.js loads it collects all the elements and saves...

Hi, Thanks for sharing this. I don't think this is an issue in safari only, I just don't think the issue is as obvious in the docs as the animation...

Are you able to record the issue so I can see it?

It looks to me like it is extremely throttled like you say but what actually causes it to be jittery is the fact that transition isn't working it seems. The...

If it's resetting transition then transition is not working. The transition smooths out the movement between the change in attributes over a period of time, which this is not. There's...

It might be worth doing some tests to see. Maybe a simple javascript delay and then changing the var to see how it acts. I would test this but I...