PortableMag
-- [PROJECT DESCRIPTION] -
- The navigation...- The anatomy...
+
diff --git a/TODO.otl b/TODO.otl index 95226a8..e795a64 100755 --- a/TODO.otl +++ b/TODO.otl @@ -1,5 +1,6 @@ -[_] 35% Priority work - [_] 50% general todo +[_] 34% Priority work + [_] 47% general todo + [_] magazine loader and data format... [_] BUG: no drag threshold on excludedElements (TouchSwipe) | stalled... [_] make layer default state configurable... diff --git a/index.html b/index.html index c18a7a9..cf44c08 100755 --- a/index.html +++ b/index.html @@ -32,13 +32,9 @@ $(document).ready(function(){ } //$('.splash').show() if(ANIMATE_WINDOW_RESIZE){ - togglePageView(togglePageView('?')) + updateView() } else { - unanimated( - $('.scaler'), - togglePageView, - 30 - )(togglePageView('?')) + unanimated($('.scaler'), updateView, 30)() } //$('.splash').fadeOut() }) @@ -149,12 +145,8 @@ $(document).ready(function(){
- [PROJECT DESCRIPTION] -
- The navigation...