Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The pin example grows over time #20

Open
catamphetamine opened this issue Feb 5, 2016 · 2 comments
Open

The pin example grows over time #20

catamphetamine opened this issue Feb 5, 2016 · 2 comments

Comments

@catamphetamine
Copy link

Open this example
http://dynamicsjs.com/examples/pin.html

And leave it for ~10 minutes.
In my case (Chrome, Windows, DevTools open) the svg slowly grows bigger than the .pin.
Maybe that's because the previous transform3d is not identity matrix when the new transform3d is applied.

@michaelvillar
Copy link
Owner

Yes definitely a problem. One solution would be to have an optional from parameter to setup attributes at their initial position. I'm not sure I'll work on that soon.

@dalisoft
Copy link

This issue comes from performance.now and rAF timing. With date.now this issue will be fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants