Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

$animator and ngShow: initial state #2309

Closed
olostan opened this issue Apr 5, 2013 · 7 comments
Closed

$animator and ngShow: initial state #2309

olostan opened this issue Apr 5, 2013 · 7 comments

Comments

@olostan
Copy link
Contributor

olostan commented Apr 5, 2013

I am using ngShow directive to show some elements on the page, that are initially hidden. As 1.1.4 added animations, I've decided to try to add them to page and used example from documentations.

But as result when initial value is 'false' and document loaded, I see that elements, that should be hidden by ngShow are visible and classes "..-hide-setup", "...-hide-start" are been applied.

This brings to undesired behavior: hidden elements start hiding themselves instead of been hidden initially.

Here is Plunker that illustrate that situation: http://plnkr.co/edit/67Q96KmExV78Kd84tq4g

Is this 'by design' or should be fixed? Now I am checking ngShowDirective and $animator sources to find a solution how to inform $animator that it should skip animation when it is initial value...

@alexeygolev
Copy link

Noticed this as well. Quite an uncomfortable behaviour

@calebjclark
Copy link

I'm having the same issue. I ended up removing the animations for now.

@akohout
Copy link

akohout commented Apr 9, 2013

+1

Can't use ng-animation with that behavior :(

@mhevery
Copy link
Contributor

mhevery commented Apr 9, 2013

We are aware of this and working on a fix where the animation would be disabled for the first render. In the mantime you can work around it by having your own animate=false on $rootScope and use ng-animate="animate && 'my-animation'" Setting $rootScope.animate=true when ready would then enable animation.

@mhevery
Copy link
Contributor

mhevery commented Apr 11, 2013

Resolved

@robwalch
Copy link

robwalch commented Oct 4, 2013

Adding class "ng-hide-add-active" to the element forces the final hidden state on start.

<div class="hide-animation ng-hide-add-active" ng-show="show"></div>

@ziadsarour
Copy link

Thank you @robwalch !

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants