The reason this doesn’t work is that jQuery can’t animate the visibliity property. Have you looked into fadeIn / fadeOut? Those default jQuery functions?
Perhaps animate the opacity property instead? Is there a reason you MUST use visibility? Or would fadeIn/fadeOut work for your needs?
I am unable to see the code in your first post. Assuming it’s there, please try preceeding the code with three left tics on a line by themselves and 3 more after the last line of code.
Well you’re taking out display / opacity for showing/hiding the elements. I’m not sure of anther way to make this work since you don’t want to use either. Good thing you posted it here on these forums so other, more knowledgeable members can help .