Eliaquim had asked me to either send a video or a project with the issue, and I'm changing my mind to send a video through google drive instead of sending the project since I figured out a way to send a video through google drive.
@Eliaquim The plugin also likely has an issue with the initial value when I recently was still trying to play around with the stuff to solve it. Here is the link:
Google Drive Media
As I can see on your video, I think the problem is the following:
- The Width and Height direction are set to none on the Open/Close behavior. Which means, the face window will never close. It will always stays open.
- The Sync Openness is set to false, therefore, when the Window Message closes, the Face window will not close together.
- You set an initial value for the Face Window appear moving from the bottom-left of the screen to the position above the message window. With a duration of 2 frames (almost instantly)
So, when the message window closes, the Face Window is not closing and also is trying to return to it's initial position, which is offscreen on the bottom-left corner. That is why are you seing it there.
On my way of seing things, you should set the Initial the same as the Target position, because it seems to me that is what you want by choosing a duration of 2 frames(Which you can also set to 1 if you want to move instantly).
And also enable the Face Window to Sync the Openness with the Message Window.