mirror of
https://github.com/flynx/PortableMag.git
synced 2025-10-30 03:30:09 +00:00
minor edits...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
1a1dd55ef2
commit
038c241d80
1
TODO.otl
1
TODO.otl
@ -6,6 +6,7 @@
|
|||||||
[_] BUG: no drag threshold on excludedElements (TouchSwipe)
|
[_] BUG: no drag threshold on excludedElements (TouchSwipe)
|
||||||
| stalled...
|
| stalled...
|
||||||
[_] 82% general todo
|
[_] 82% general todo
|
||||||
|
BUG: initial load on android does not center on the correct page...
|
||||||
[_] magazine loader and data format...
|
[_] magazine loader and data format...
|
||||||
| this is simple, just use a restyled magazine viewer...
|
| this is simple, just use a restyled magazine viewer...
|
||||||
[_] 0% populate an example issue
|
[_] 0% populate an example issue
|
||||||
|
|||||||
@ -115,8 +115,7 @@ $(document).ready(function(){
|
|||||||
// hide the splash screen...
|
// hide the splash screen...
|
||||||
$(window).one('webkitTransitionEnd oTransitionEnd msTransitionEnd transitionend',
|
$(window).one('webkitTransitionEnd oTransitionEnd msTransitionEnd transitionend',
|
||||||
function(){
|
function(){
|
||||||
setCurrentPage()
|
setTimeout($('.splash').fadeOut(), 100)
|
||||||
$('.splash').fadeOut()
|
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user