dominickm / jupiter_broadcasting_mobile_community

The Jupiter Broadcasting community project.
Other
100 stars 17 forks source link

Initial commit using bootstrap and handlebars #35

Closed ograycode closed 11 years ago

ShaneQful commented 11 years ago

So how do you want toe handle page like transitions ? I was going to suggest just hiding and showing divs ?

ograycode commented 11 years ago

Ya, that's what I was envisioning the simple render would do, and you would just choose where it went, #header, #body, or #footer. If you needed to render a few templates onto the body, you could just do the first one as 'html' and the rest as 'append'.

Could eventually add the option for transition effects, such as fading or simple animations.