Skip to content

Instantly share code, notes, and snippets.

View deckameron's full-sized avatar

Douglas Alves deckameron

View GitHub Profile
// I was unhappy about there was close to no control over the "pageControl"
// in scrollableViews, so I hacked my own
// -----
// Configuration
function PagingControl(scrollableView){
var pages = [];
var page;
var numberOfPages = 0;