mirror of
https://github.com/flynx/PortableMag.git
synced 2025-10-31 20:10:13 +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(){
|
function showIndex(){
|
||||||
//$('.previews').fadeIn()
|
//$('.previews').fadeIn()
|
||||||
$('.previews').slideDown()
|
$('.previews').slideDown(100)
|
||||||
}
|
}
|
||||||
|
|
||||||
function hideIndex(){
|
function hideIndex(){
|
||||||
//$('.previews').fadeOut()
|
//$('.previews').fadeOut()
|
||||||
$('.previews').slideUp()
|
$('.previews').slideUp(100)
|
||||||
}
|
}
|
||||||
|
|
||||||
function toggleIndex(){
|
function toggleIndex(){
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user