.animate.ng-enter {
     -webkit-transition: 1s;
     transition: 1s;
     opacity: 0;
}
.animate.ng-enter-active {
    opacity: 1;
}
