From 208454934439482cdbef8ba67a8557a799d44abb Mon Sep 17 00:00:00 2001 From: Kevin Dalman Date: Mon, 13 Dec 2010 13:02:31 -0500 Subject: Effects: set right/bottom to 'auto' so effects work with dir=rtl. Fixed #6736 - Bug in slide effect when dir=rtl and has position.right. --- ui/jquery.effects.shake.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/jquery.effects.shake.js') diff --git a/ui/jquery.effects.shake.js b/ui/jquery.effects.shake.js index 763789159..b94e5a5ab 100644 --- a/ui/jquery.effects.shake.js +++ b/ui/jquery.effects.shake.js @@ -17,7 +17,7 @@ $.effects.shake = function(o) { return this.queue(function() { // Create element - var el = $(this), props = ['position','top','left']; + var el = $(this), props = ['position','top','bottom','left','right']; // Set options var mode = $.effects.setMode(el, o.options.mode || 'effect'); // Set Mode -- cgit v1.2.3