Xenforo Help

Status
This thread has been locked.
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Estarqui

Feedback score
2
Posts
42
Reactions
5
Resources
0
Hello !

I'm not an English native speaker so I can't understand what you mean by making your logo go "Bobble".

If you can give me an example or explain it to me, I'd be glad to help you ;)
 

Estarqui

Feedback score
2
Posts
42
Reactions
5
Resources
0

Lixius

Premium
Feedback score
2
Posts
22
Reactions
19
Resources
0
Hey.

On my Xenforo website, I'm looking for someone to help me make my logo "bobble"

It shouldn't be too hard, if you can show me please PM

Would be insane.

Hey,
I can do this for a vouch!

Contact me on discord, we can discuss this there.
Lixius#0080
 

MrVibe

Website Designer
Premium
Feedback score
23
Posts
71
Reactions
54
Resources
1
add this code in extra.css
#logo img {
max-height: {$headerTabHeight_outer}px;
-webkit-animation-name: scalex;
-webkit-animation-duration:3s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-timing-function:ease-in-out;
-moz-animation-name: scale;
-moz-animation-duration:3s;
-moz-animation-iteration-count:infinite;
-moz-animation-timing-function:ease-in-out;
}

@-webkit-keyframes scalex{
from {-webkit-transform: scale(0.9);}
65% {-webkit-transform: scale(1.0);}
to {-webkit-transform: scale(0.9);}
}

@-moz-keyframes scale{
from {-moz-transform: scale(0.9);}
65% {-moz-transform: scale(1.0);}
to {-moz-transform: scale(0.9);}
}
 
Status
This thread has been locked.
Top