UNPKG

slimscroll

Version:

slimscroll is a small commonjs module with no library dependencies (sans jquery) that transforms any div into a scrollable area with a nice scrollbar - similar to the one Facebook and Google started using in their products recently. slimScroll doesn't occ

22 lines (18 loc) 552 B
'use strict'; // console.log("example test wepps!!s"); var linotype = require('../../../index'); window.onload =function(){ window.Linotype = new linotype({ slidesColor: ['#1bbc9b', '#4BBFC3', '#7BAABE', 'whitesmoke', '#ccddff'], anchors: ['firstPage', 'secondPage', '3rdPage', '4thpage', 'lastPage'], slidesNavigation: true, idSelector: 'fullpage', navigation: true, css3: true, menu: '#menu', scrollOverflow: true, navigationPosition: 'right', navigationTooltips: ['First', 'Second', 'Third'] }); window.Linotype.init(); };