Changeset 5269
- Timestamp:
- 04/18/08 19:11:50 (9 months ago)
- Location:
- trunk/fx
- Files:
-
- 2 modified
-
fx.blind.js (modified) (2 diffs)
-
fx.fold.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/fx/fx.blind.js
r4626 r5269 1 (function($) {1 (function($) { 2 2 3 3 $.ec.blind = function(o) { … … 6 6 7 7 // Create element 8 var el = $(this), props = ['position' ];8 var el = $(this), props = ['position','top','left']; 9 9 10 10 // Set options -
trunk/fx/fx.fold.js
r4626 r5269 1 (function($) {1 (function($) { 2 2 3 3 $.ec.fold = function(o) { … … 6 6 7 7 // Create element 8 var el = $(this), props = ['position' ];8 var el = $(this), props = ['position','top','left']; 9 9 10 10 // Set options
