Jump to content

pixi-spine - animation smoothness


Cristof.A
 Share

Recommended Posts

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? 

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...