#titolimeetingchat { -webkit-animation-duration: 5s; animation-duration: 3s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-iteration-count:infinite; -webkit-animation-iteration-count:infinite; -webkit-animation-name: meetingchat; animation-name: meetingchat; border-radius: 50px; } @-webkit-keyframes meetingchat { 0% {-webkit-transform: scale(1);} 30%, 50%, 70%, 90% {-webkit-transform: scale(1.1) rotate(3deg);} 40%, 60%, 80% {-webkit-transform: scale(1.1) rotate(-2deg);} 100% {-webkit-transform: scale(1) rotate(0);} } .titolimeetingchatlogo { background: url(http://www.chattamondo.club/test11/titolibarra20.gif); cursor: hand; background-repeat: round; border-color: #f100ff; border-style: ridge; border-radius: 23px; margin-right: 7px; border-width: 4px; }