mirror of
https://github.com/flynx/PortableMag.git
synced 2025-10-29 03:00:09 +00:00
updatet timings...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
12926a4e9b
commit
113204c950
@ -65,12 +65,12 @@ function prevPage(){
|
||||
|
||||
function showIndex(){
|
||||
//$('.previews').fadeIn()
|
||||
$('.previews').slideDown()
|
||||
$('.previews').slideDown(100)
|
||||
}
|
||||
|
||||
function hideIndex(){
|
||||
//$('.previews').fadeOut()
|
||||
$('.previews').slideUp()
|
||||
$('.previews').slideUp(100)
|
||||
}
|
||||
|
||||
function toggleIndex(){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user