Skip to content

Commit 8d525c5

Browse files
committed
Add saved-props: 'bottom' and 'right'
1 parent b47aa7b commit 8d525c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/jquery.effects.drop.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ $.effects.drop = function(o) {
1717
return this.queue(function() {
1818

1919
// Create element
20-
var el = $(this), props = ['position','top','left','opacity'];
20+
var el = $(this), props = ['position','top','bottom','left','right','opacity'];
2121

2222
// Set options
2323
var mode = $.effects.setMode(el, o.options.mode || 'hide'); // Set Mode

0 commit comments

Comments
 (0)