What I'm trying to do is fadeout old view and fadein new view, the thing is, new content needs to be absolute position until the old one fades out, and I would like to give it some top and maybe height as well, but when I use any css()
function inside enter
it seems to be overridden by stuff added by angular(-webkit-transition-property: opacity, clip; -webkit-transition-duration: 300ms, 300ms;
).
Is this an expected behaviour?