Monday, April 29, 2019

CSS3 Animation-2

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<style>
.element {
  height: 400px;
  width: 400px;
  background-color: red;
  animation:
    pulse 3s ease infinite alternate,
    nudge 5s linear infinite alternate;
  border-radius: 100%;
}

@keyframes pulse {
  0%, 100% {
    background-color: red;
  }
  50% {
    background-color: orange;
  }
}

@keyframes nudge {
  0%, 100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(150px, 0);
  }

  80% {
    transform: translate(-150px, 0);
  }
}


html, body {
  height: 100%;
}

body {
  display: flex;
  align-items: center;
  justify-content: center;
}
</style>


</head>

<body>

<div class="element"></div>
</body>
</html>

1 comment:

  1. MGM Grand Hotel and Casino - New Jersey's Premier
    Welcome 공주 출장안마 to 전라남도 출장안마 MGM Grand Hotel and Casino. Featuring a stay at the exclusive MGM Grand in 삼척 출장마사지 New Jersey, you'll be centrally located in 울산광역 출장안마 the 부산광역 출장안마 heart of

    ReplyDelete