Glitchy ng-animate fade on ng-show/ng-hide

62 views Asked by At

So I have a set of cards that after five seconds fade from a loading cog to some dummy information. I'm using ng-show and ng-hide to move the cog to the info. My issue is that as the fade happens there is a moment of everything on the page. I've never really used ng-animate before so I'm not sure if I'm doing it right. Below are links to my github repo for this and the github demo. Any thoughts would be greatly appreciated!

Github Repo

Github Demo

1

There are 1 answers

0
Alex Marple On

Apparently the answer was in positioning everything absolutely so there wasn't any momentary glitchiness.