ScrollNav OnePage
.scrollNav() crea una elemento tipo <section> en donde encuentre un .pane-node-title
$('#main-content .region-one-main').scrollNav({
sections: '.pane-node-title',
subSections: false,
sectionElem: 'section',
showHeadline: false,
headlineText: 'Scroll To',
showTopLink: false,
topLinkText: 'Top',
fixedMargin: 40,
scrollOffset: 300,
animated: true,
speed: 500,
insertTarget: this.selector,
insertLocation: 'insertBefore',
arrowKeys: false,
scrollToHash: true,
onInit: null,
onRender: null,
onDestroy: null
});
Efecto Scroll en Onepage
http://plugins.compzets.com/animatescroll/
$('#section-2').animatescroll({scrollSpeed:2000,easing:'easeInOutBack'});
$('#section-2').animatescroll({scrollSpeed:2000,easing:'easeOutBounce'});
$('#section-2').animatescroll({scrollSpeed:3000,easing:'easeOutElastic'});
Background image slide
Backstretch, modulo de drupal que permite poner imagenes de background como slides.
No hay comentarios:
Publicar un comentario