Hi there!
I contacted you in may regarding a menu with centered logo and got really quick help, thank you! So I have managed to get the logo centered and thanks to other forum threads I have made it “change shape” as well using this css
.x-masthead .x-image img {
margin: auto;
transition: all 0.9s ease-in-out;
}
.x-masthead .x-bar-fixed .x-image img {
margin-top: -88px;
box-shadow: none;
transition: all 0.9s ease-in-out;
}


What I can not seem to get right is the animation between the two, I would like for it to have a smooth movement not just jump between the two as it is doing now. Any suggestions?
Best
/Tomas