Forum Discussion
Morph Transition animating properly with some ID-matched shapes, but not others
- 3 months ago
I don't use Morph for anything, but I did look at your slides.
It seems that your problem labels have conflicting Morph Ids. For example, the lung labels (and others) have the exact same (secondary) id as the lung label.
To see them, select the label, right click on one of the resize handles, and look at the top of the context menu. There is a data-model-id followed by another id, which I have to assume is used to link morphing objects to each other.
That second id needs to match between the linked objects, but likely needs to be unique from other objects.
The issue may stem from how you originally copied the objects between the slides. Anyway, I was able to correct the issue by just replacing the individual elements on the slides.
For example, Lungs:
- On the main menu, select the label
- CTRL-C to copy
- SHIFT-CTRL-D to duplicate in place with its triggers
- If you check each label, they should have different secondary ids in the context menu
- Hide the original label for now
- Now select and copy the new label (CTRL-C)
- Go to the destination slide
- Duplicate the copied label on this slide
- Reposition the label to match the final version you already have on the slide
- Resize the new label's font and size to match the final version
- Resize the line
- Hide the original final version from this slide
- Preview to test the morph transition
- Delete the original labels if everything is working
Thanks Nathan.
So we need to maintain the same Morph IDs (which is the secondary ID displayed on right click of the object - notice: it is shown in brackets) to ensure the morph transition.
I noticed that when you copy and paste an object within the same slide, the new object gets a new primary ID that matches its own secondary ID. On the other hand, when you copy an object from one slide and paste it on another slide, the primary IDs of the original and new objects are different, but they share the same secondary ID.
That was an interesting lesson.
Related Content
- 10 months ago
- 8 months ago
- 7 months ago