I don't know if morph and move were just examples you pulled out of a
hat but Move extends Morph ...
Anyway:
http://mootools.net/shell/rpflo/kmEe2/
That shows two Fx instances being called at the same time.
On Jan 27, 2010, at 4:42 PM, Roman Land wrote:
Hi, you dont need to do anything, just run them both
var a = new Fx...
var b = new Fx..
a();
b();
They will run simultaneously..
HTH, Roman
On Thu, Jan 28, 2010 at 1:14 AM, mmjaeger <[email protected]> wrote:
hello
I was wondering if somebody could refer me to some examples on how to
group two fx functions - I like to use Fx.Morph and Fx.Move at the
same time not one after the other? How can I do that? Thanks
--
---
"Make everything as simple as possible, but not simpler."
- Albert Einstein