Difference between revisions of "User:VTCobaltblood/Matt.css"

From Aurora Information Uplink
Jump to navigation Jump to search
m (lol)
m
Line 6: Line 6:
}
}
.die {
.die {
  position: relative;
   animation: a1 2s linear 2s infinite normal;
   animation: a1 2s linear 2s infinite normal;
}
.eid {
  animation: a2 2s linear 2s infinite normal;
}
}

Revision as of 01:51, 14 July 2019

@keyframes a1 {
  0%   {bottom: 2px;}
  25%  {bottom: 10px;}
  50%  {bottom: 30px;}
  100% {bottom: 10px;}
}
.die {
   position: relative;
   animation: a1 2s linear 2s infinite normal;
}