Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Sliding Panel on page load. Re: Sliding Panel on page load.

#106479

Ya I understand that it’s easier when you can see code. I was just looking for any general suggestions that would help me create a slide animation for an element. And to have that animation occur on page load. The reason I didn’t post any code to the project is because its for my internship (still in school) at the place I work at. Its a small design/print shop and the owner is paranoid about people “stealing” from his “company” on the internet. I also kinda hate the website :p so I was slightly embarrassed to show this particular project. LOL

I did come up with a solution though. I used CSS Transition in combination with a short document.ready function. It worked out well enough.

I’ll take a look at the code you posted amoss. Looks like a another good solution and an alternative to CSS transitions.

Thanks for the input!

Aaron