I have a button that looks like this:
AndwhenImovethemouse,Iwantittolooklikethis:
Ok, for example, I can use:
.unidades:hover{background-position: center -49px;}
The problem is that there I can not make a effect appear slowly , type transition: all 0.5s ease 0.1s;
Is there any way to do this? if I use background-position
it looks like it has a fade effect, which is not what I want.