XenModz
Administrator
XenModz submitted a new resource:
Adds animation to forum message and notification icons - Adds animation to forum message and notification icons
Read more about this resource...
Adds animation to forum message and notification icons - Adds animation to forum message and notification icons
Add the following code to your active theme's extra.less template :
Less:@keyframes xmtbell { 0% { transform: rotate(0); } 10% { transform: rotate(30deg); } 20% { transform: rotate(0); } 80% { transform: rotate(0); } 90% { transform: rotate(-30deg); } 100% { transform: rotate(0); } } @-webkit-keyframes xmtNotificationAnim { to { box-shadow: 0 0 0 12px rgba(232, 76, 61, 0)...
Read more about this resource...