My experience with jquery is limited, and I'm facing issues with the slideUp()
and slideDown()
animations.
I've been working on a vCard design inspired by Tim Van Damme's site. You can check out my design at this link. When clicking on the portfolio or work button, the text or image appears before the div finishes sliding down. My goal is for the div to slide down first and then reveal the content... This behavior works when clicking on the contact or home buttons in the navigation bar, but not for the portfolio or work buttons.
I suspect that this issue may not be related to jQuery, but rather my CSS code. I've reviewed the CSS code and made adjustments like z-index changes, but it hasn't resolved the problem.