Cristof.A Posted April 6, 2018 Share Posted April 6, 2018 Hi all, I have a strange problem with one animation. The objects should be doing small up and down movement along vertical path, like this: "position": [ { "time": 0, "position": 0.25, "curve": [ 0.25, 0, 0.75, 1 ] }, { "time": 2.3333, "position": 0.26, "curve": [ 0.25, 0, 0.75, 1 ] }, { "time": 4.6667, "position": 0.25 } ] If I understand this correctly it should be using easing (Bezier curve) to move between this positions with constant speed but instead if does small jumps. If I slow the animation down it's clearly visible. If I load this animation in Skeleton Viewer it works fine so it looks like a pixi-spine issue. What could be the problem? Quote Link to comment Share on other sites More sharing options...
ivan.popelyshev Posted April 6, 2018 Share Posted April 6, 2018 First time I'm seeing this issue, I've got nothing on it. Make a fiddle, show us the bug. Check if the bug exists in http://esotericsoftware.com/files/runtimes/spine-ts/, ask at EsotericSoftware forum. Cristof.A 1 Quote Link to comment Share on other sites More sharing options...
Cristof.A Posted April 9, 2018 Author Share Posted April 9, 2018 I've manged to create jsfiddle and in pure pixi-spine the animation works fine. So it's my code build on top of pixi-spine that's at fault after all. Thanks for the reply. ivan.popelyshev 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.