I have an AngularJS 1.2.9 app. My task is to introduce a CSS transition on 
this element:

    <div class="search input container" x-ng-class="{'full screen': 
initial, 'on top': !initial}"> 

when a class changes from 'full screen' to 'on top'. CSS transition works 
well in Chrome Canary when I try it outside of the Angular app (code on 
JSFiddle <http://jsfiddle.net/bXBXN/2/>) but doesn't work in our app. Any 
ideas why the transition doesn't work when AngularJS is adding/removing 
classes? When I toggle the classes manually from a web inspector, it works. 
Any help much appreciated. Thank you.

P.S. Works only in Chrome Canary ATM, but that is ok for me.


-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to