Take the 2-minute tour ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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?

share|improve this question

1 Answer 1

up vote 0 down vote accepted

It was fixed in this commit and landed in 1.2.2

https://github.com/angular/angular.js/commit/c42d0a041890b39fc98afd357ec1307a3a36208d

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.