I am trying to add the pulse to the logo in xenforo using the animate.css! Kind of clueless but trying to piece things together! Here is what I have in my EXTRA.less
I am using UiX2 and its Xenforo 2.1.0
#logoBlock
{
-webkit-animation: breathing 7s ease-out infinite normal;
animation: breathing 7s ease-out infinite normal;
}
I am using UiX2 and its Xenforo 2.1.0
#logoBlock
{
-webkit-animation: breathing 7s ease-out infinite normal;
animation: breathing 7s ease-out infinite normal;
}
