Principle Version: 5.1.0
macOS Version: 10.14.5
Sketch Version: n/a
Description of what you need help with:
Steps to reproduce the behavior:
- Creating component with 2 artboards
- Artboard 1 has a hover:inside interaction that takes you to Artboard 2
- Artboard 2 has a hover:outside interaction that takes you back to Artboard 1
- There’s an image on both artboards that scales, creating a simple zoom effect on hover
- The zoom animation on hover:inside is longer than the zoom animation on hover:outside
ISSUE:
-
Hovering over and off the image without letting the zoom animation finish actually starts SHRINKING the image. However, the image is not shrunk down nor does it have a negative scale on either artboard.
-
I’ve noticed that if I make the animation timings the exact same between both arboards (i.e. zoom in has the same timing as zoom out) then this issue doesn’t occur… But I want the zoom out animation to quicker…
I’ve attached a principle file here documenting the above. would love if someone could take a look - this is driving me absolutely crazy, and no one in our team can figure it out.
P.S. I’ve tried resizing the image instead of changing the scale property and the same thing happens…