tbeseda
1/31/2012 - 6:14 PM

drift something across the screen with css

drift something across the screen with css

#drifter {
  position: absolute;
  top: 380px;
  right: 0px;
  width: 35px;
  height: 42px;
  -webkit-animation: balloon 100s infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation: balloon 100s infinite;
  -ms-animation: balloon 100s infinite;
}