I'm trying to get an element fade in with when making it visible, tried a few different combinations and it doesn't seem to be working as yet.
This is what I've got at the moment:
$(this).find("a .hover-btn").css({
visibility: "visible"
}).fadeIn(3000);
Can anyone point me in the right direction please?
Thanks Frank