Smart animate isn't moving frames smoothly inside a component between variants

I’m trying to create a video player controls moving into the scene on mouse enter. If I create the prototype between variants inside a component the animation is not smooth (chunky), only if I create the prototype between the component’s instances. Everything is the same, the only thing that happened is I pulled out the variants from the component. Why this difference in behaviour?


Flow1 - Chunky (Component set)


Flow2 - Ok (Instances)

Okay, if anyone is experiencing the same problem, I’ll tell you the solution I found in the meantime.

You shouldn’t turn on “Clip content” on the variants where the moving element is outside, only on the instance. And the animation is smooth. :white_check_mark: