forked from extern/egroupware
Remove expose view loading and make indicator scrolling animation faster
This commit is contained in:
parent
790a2d320f
commit
3bfee6c6dd
@ -227,7 +227,7 @@ function expose (widget)
|
||||
// The class for all slides:
|
||||
slideClass: 'slide',
|
||||
// The slide class for loading elements:
|
||||
slideLoadingClass: 'slide-loading',
|
||||
slideLoadingClass: '',
|
||||
// The slide class for elements that failed to load:
|
||||
slideErrorClass: 'slide-error',
|
||||
// The class for the content element loaded into each slide:
|
||||
@ -491,7 +491,7 @@ function expose (widget)
|
||||
|
||||
if(current)
|
||||
{
|
||||
indicator.animate({left: (gallery.container.width() / 2)-current.left});
|
||||
indicator.animate({left: (gallery.container.width() / 2)-current.left},10);
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user