#showMe {
  animation: cssAnimation 0s 1s forwards;
  opacity: 0; 
}

@keyframes cssAnimation {
  to   { opacity: 1; }
}