Seems there's something wrong during sliding off screen:
1. if you slide an actor completely off screen (i.e. -100 -100 if w and h of actor are < 100) and then try to return it back after several seconds you cannot see the movement but the actor appear at the final coordinates.
2. if you slide same actor not completely off the screen it remain visible and the coming back path is visible as expected.
In attached png you can see behavoirs used.
In attached gif you can see test i've done.
Is there a way to avoid point 1 behavior ?
Thanks in advance, David.