Ion-view animation enter

hello,

I did a lot of googling and docs reading but cant find a way to set the starting transform of a view.

it looks like the transform for a cached ion-view is set by javascrip.
is there any way to override the style=“
opacity: 0.9; transform: translate3d(-33%, 0px, 0px);” for a cached view to animate back in? I think it should be -100%?

thanks