2 Replies - 429 Views - Last Post: 03 May 2012 - 01:17 AM

#1 PixelBit  Icon User is offline

  • D.I.C Head

Reputation: 6
  • View blog
  • Posts: 230
  • Joined: 17-July 11

How do you smoothly animate between html pages?

Posted 03 May 2012 - 12:21 AM

Basically I want to animate between my separate pages, this being said I want all my pages in separate files and to all have different urls, well I'm developing a wordpress blog template so having a blog with one url would be ridiculous. How can I do this? The animation will be something like a sidebar that is from top to bottom of the screen smoothly moving down to make way for a header and then the blog content side scrolling out of the sidebar, or something along those lines, just in case you needed to know.

Thanks in advance.

Is This A Good Question/Topic? 0
  • +

Replies To: How do you smoothly animate between html pages?

#2 Lazy Vulpes  Icon User is offline

  • D.I.C Head

Reputation: 3
  • View blog
  • Posts: 60
  • Joined: 02-May 12

Re: How do you smoothly animate between html pages?

Posted 03 May 2012 - 01:01 AM

You could use ajax to load the pages into a buffer and from there do the necessary animations in js..
Was This Post Helpful? 0
  • +
  • -

#3 PixelBit  Icon User is offline

  • D.I.C Head

Reputation: 6
  • View blog
  • Posts: 230
  • Joined: 17-July 11

Re: How do you smoothly animate between html pages?

Posted 03 May 2012 - 01:17 AM

View PostLazy Vulpes, on 03 May 2012 - 01:01 AM, said:

You could use ajax to load the pages into a buffer and from there do the necessary animations in js..


Hmmm I've never looked at ajax, thanks I'll look into it!
Was This Post Helpful? 0
  • +
  • -

Page 1 of 1