Skip to main content
o
11d ago

New to rive. Can someone help me understand what am I missing?

I'm only trying to create a simple hover interaction. but it doesn't go back to the original state.
it's interpolating like i want from idle to hover state, but not backwards. i want it to interpolate back to the original state too. what am i missing?

1 reply
R
R
11d ago

Theres a few things that could be happening.

  1. You might not have a transition back to your original state. Without one, your state machine can't go back to it's original state.

  2. If you do have a transition back, but nothing happens, then you probably don't have keys added to that animation. For example, if your hover state changes the scale of the object, you'll need to define what that scale is (using keys) in the original animation.

If you provide a copy of the .rev, I can take a look and tell you what's going on.