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? >
