I have an instance of a button. The button instance is smaller than the original component for padding and height. (manually adjusted to make the button tighter than in other use cases) I have a smart animate interaction between a default and pressed state on the component-level.
On the instance, when I press, the instance animates larger (matching the component-level size) and then back to the size it is supposed to be when the Press finishes (on tap event). I know I can fix this by just removing the “while pressing” event from the instance, but I have the same problem with a button beside it that would take you to another page after tapping, that one stills needs the “while pressing” event. How do I fix this?