1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 11:50:30 +02:00

Speed up the Media-Manager carousel

This commit is contained in:
Cameron
2017-01-15 10:45:38 -08:00
parent 721a696acb
commit f564d360e5

View File

@@ -489,14 +489,14 @@ $(document).ready(function()
$.get(src, function( data ) {
$(id).hide('slide', { direction: outDir }, 1200, function(){
$(id).hide('slide', { direction: outDir }, 500, function(){
// alert('done');
$(id ).html( data );
newVal = $('#admin-ui-media-select-count-hidden').text();
$('#admin-ui-media-select-count').text(newVal).fadeIn();
$(id).show('slide', { direction: inDir },1200,function(){
$(id).show('slide', { direction: inDir },700,function(){
$('#e-modal-loading', window.parent.document).hide();