Under "arguments" in the morph docs it reads: options - (object, optional) The Fx options object.
Just remember that classes inherit options from other classes :) On Apr 18, 2011, at 4:21 PM, hamburger wrote: > thx Ryan, > i looked only in the morph docs ... > > On 18 Apr., 23:26, Ryan Florence <[email protected]> wrote: >> el >> .set('morph', {unit: '%'}) >> .morph('left', 50) >> >> The docs are your friend. http://mootools.net/docs/core/Fx/Fx >> >> On Apr 18, 2011, at 3:23 PM, hamburger wrote: >> >>> Hello I have found a bug in mootools-core-1.3.1-full-nocompat.js / >>> mootools-more-1.3.1.1.js >> >>> el.morph({left: (-100 * i) + '%'}); do not work. >>> the % will be replaced in px. >>> is there a workaround?
