- -webkit-animation-duration: 1s;
- animation-duration: 1s;
- -webkit-animation-name: pulse;
- animation-name: pulse;
- -webkit-animation-iteration-count: infinite;
- animation-iteration-count: infinite;
- -webkit-animation-direction: alternate;
- animation-direction: alternate;
-}
-@-webkit-keyframes pulse {
- from { background: #7092ff; }
- to { background: #c6d4ff; }
+ animation-duration: 1s;
+ animation-name: pulse;
+ animation-iteration-count: infinite;
+ animation-direction: alternate;