2013-06-23 3 views

ответ

1

Вы можете использовать так:

$(this).hide("slide", { direction: "left" }, 1000); 
$(this).show("slide", { direction: "left" }, 1000); 

Here is duplicate

И here is through plugins

С правой нижней части слева в верхнем углу попробовать так. По-другому - вы можете изменить параметры marginLeft и marginTop в функции.

jQuery.fn.blindLeftTopOut = function (duration, easing, complete) { 
    return this.animate({ 
     marginLeft: -this.outerWidth(), 
     marginTop: -this.outerHeight() 
    }, jQuery.speed(duration, easing, complete)); 
}; 
$(element).blindLeftTopOut(); 
+0

и насчет slideTopRightCorner() –

+0

@ C-ссылку в зависимости от вашего CSS, но обычно достигается по умолчанию с '.hide (800)' –

Смежные вопросы