seems you are at mercy of load times and with a rapid animation there isn't much room for time lag. Have you considered skipping the ajax loading?

Shouldn't be a lot of work to create 4 divs within your sliding panel, with ID's match your nav href

rather than code all this out giving sequence and a little description

all divs that match nav --- give them 0 width, overflow: hidden, absolute position, left 0, so they are all in same position on left
apply class "active" to your welcome div

on nav click

class "active" animate left to hide, remove active class
add class "active" to div matches href
class "active" animate right to show


 

Valor wrote:
I think my problem would be better clarified if you guys were able to
view the live site. The link is http://nxiel.com/ and the password is
"guest1234" (without quotations).

Now if you browse through the pages you will see how the animation
slides to the left and back to right with updated content.

My problem arises when I use this to access the portfolio section. The
portfolio section doesn't seem to work. If you head over to
http://nxiel.com/Portfolio/ , you can see how the section should
render and how a person can use the scroll feature, however, when the
content is loaded using jQuery, it doesn't function properly.

Additionally another problem i'm realizing is the delay of the
content. For example, if you are on the contact page and then click on
downloads, the content will slide left and then slide back right when
the content is loaded. However the problem i'm seeing is the delay in
the content loading meaning that the animation will finish and the
content will then load. A second or two delay. I've tested it in
multiple browsers and seeing the same problem. Surprisingly the only
browser i'm not seeing this in is IE6.

Anyways any help in this matter is appreciated, especially with the
scroll of portfolio.

Thanks!

  

Reply via email to