.page.ng-hide {
   opacity: 0;
}


.page{
   transition: all linear 0.5s;
}