.animate-enter-vp{
  transition: all 1s ease;
  transform: translatey(50px);

}.animate-enter-vp[data-animate]
{  transform: translatey(0px);}