maccman / spine.mobile

Spine Mobile Framework
77 stars 20 forks source link

Decouple header and footer animations from panel animations? #4

Closed geekytime closed 12 years ago

geekytime commented 12 years ago

I'd like my header to be completely fixed, even across page transitions. Is there a fairly easy way to do that in Spine mobile?

We need the pages to slide in and out, but the header to stay fixed above them. Can I just set the header and then disable the header transitions when my panels slide around?

I dug through the doc, google, and the other issues here, and didn't see any obvious references to this...

Thanks!

geekytime commented 12 years ago

It ended up being fairly easy to just hide the header and footer via css, and then put my own fixed header in its place.