/* when hiding the thing */
.form-frag.ng-hide-add         { 
}

/* when showing the thing */
.form-frag.ng-hide-remove      { 
  -webkit-animation:0.5s bounceInRight ease; 
  animation:0.5s bounceInRight ease; 
}

