Open
Description
Hi,
with the transition to {N} 4.1 and nativescript-angular 6.0, I'm facing some issues coming from navigation animations.
I'm transitioning from a flat
actionBar to a "regular" one, and the page is not correctly positionned.
When I'm removing the animation, the position is correct.
Seems like the animation calculations aren't correct.
Another example I have is with a page having a negative marginTop (to display an image under the actionBar). The position is broken when navigating back to this page. All good without the animations though.