Open catamphetamine opened 8 years ago
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.
This issue comes from performance.now and rAF timing. With date.now this issue will be fixed
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 previoustransform3d
is not identity matrix when the newtransform3d
is applied.