The YUI Global Object: Multiple Instances
Setting up the first YUI Instance
Here we will create our first YUI instance and tell it to load the anim module.
Using Animation
Now let's setup a simple animation on the Node #demo.
Setting up the second YUI Instance
Here we will create our second YUI instance and tell it to load the dd-drag module.
Since we didn't specify the anim module, we will not have access to it in this instance.
Making the node draggable
Now let's make the same node draggable (while it's animated).
