Skip to main content
S
2mo ago

Nested Artboard Issue

I'm working on a project where a book opens and closes based on numerical input. As the user inputs a number, the corresponding page flips over (e.g., input 1 shows page 1, input 2 shows page 2, etc.).

I've successfully implemented the animation (page 26 to 1). However, I'm struggling with the reverse animation (moving from page 1 to 26).

To achieve this, I've used nested artboards, with '1' for normal movement and '1 rev' for reverse movement. The issue arises when I add new animations, from the side panel, to the nested artboard - only the latest animation works. If you check the '1' or '1 Rev' the animation does not work, where as '2' and '2 Rev' works.

I'd appreciate guidance on resolving this issue.

2 replies
R
S
R
2mo ago

Hey there,

This is a pretty easy fix. This has to do with the mix value you're seeing in the nested artboard panel. That value controls how all of the animations listed mix together. Since they're all at 100%, you'll get some odd results where typically only one animation will work. You need to key the mix to 0% for the animations you don't want to play and 100% for the animation you do. I've added a video to walk you through this.

S
2mo ago

It worked. Thankyou.