Hello,
As you can see here, the animation of the footer buttons (and all others in the site) are not smooth.
There is a zoom when you hover and when the zoom is full, the border of the button seems to re-form, same for the font where the height of it change roughly without being fluid.
Here’s the code i used for the class buttons :
.boutonfoo {
color:rgb(255, 255, 255, 1) !important;
font-size:16px !important;
padding: 15px 30px !important;
background-color:#2b6399 !important;
border:none;
text-shadow:none !important;
font-family:'oswald';
text-transform:uppercase;
border-radius:5px !important;
transition: all 0.1s ease-out;
}
.boutonfoo:hover {
color:rgb(0, 0, 0, 0.5); !important;
background-color:#3274b3 !important;
/*text-decoration:underline;*/
transition: all 0.1s ease-out;
transform: scale(1.05);
}
Did i do something wrong ?
-edit
It seems to work fine with chrome, i see this problem with firefox