I have a list with one item on the list transitioning to the northeast when I hover over it. Using margin-top
and margin-left
property transitions worked but the item being hovered over kept pushing other elements so I added position:relative
and tried using top
and left
transition properties but it didn't seem to be working.
Here is the jsfiddle:
list hover