-
Notifications
You must be signed in to change notification settings - Fork 3k
Ui-view animation issue with Angular v1.2.13 #908
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I've noticed some changes here too, but most of my animations are still working... how are you applying the animation classes? |
Today I gave a try also to @arush: here's an example of html & css
|
#858 is a pull request fixing a bunch of ui-view issues. It refactored a lot of animation code. Might want to give it a shot with angular 1.2.13 / 14 |
@christopherthielen: thanks for your advice. I git cloned locally the last master branch an hour ago and grunt built it, although #858 has been merged it doesn't fix ui-view animation issues with angular v1.2.13/14 |
@lanceschi #858 animations do work with v1.2.13/14 - Have a look at this plnkr: http://plnkr.co/edit/I5z1bHkDMhu9fPoyeVU8?p=preview - The angular-ui-router I've dropped in is built from master about 30 seconds ago. If you click on the Go Test 1/2 buttons or 'Show?' button it will animate. If you click the 'Animate?' button it toggles between animations and no animations. You'll also notice that the |
Closing. If #858 didn't fix the issue you are having please reopen :). |
Just throwing my observations, I think I'm getting something similar. It's quite possible that it's because I'm a newbie to Angular and I'm doing something really dumb.
Then the directive:
This directive is a sub view of the main layout.
And this is my routing scheme:
if I change all of the instances of the |
I've just made a plunker to demonstrate the issue I'm having. http://plnkr.co/edit/c3ztR4TbirfiiG3yqzFE?p=preview If you click between the navigation and search then the animation applies. But changing the master view results in an instant transition. This is to be expected but I'm not sure how I can apply one animation the the child view and another to it's sibling. |
Hi,
ui-view
animations don't work at all with the recentAngular v1.2.13
. I gave it a try this morning. Everything behaves as expected with the precedingAngular v1.2.12
. I'm using master branchui-router v0.2.8
.Any clue?
Thanks,
Luca
The text was updated successfully, but these errors were encountered: