Hey,
When you run the effect "transfer", it is already possible to add a class (option className) to the div that will visibly transfer to the target.
What about adding an id to this div too so that it can be called individually while transferring.
I already hacked it my local copy, it is a simple change.
The reason why I need it is that I want to transfer an image from one side of the page to another. If you click fast enough you may have 2 different images flying across the page. I need to address each flying div individually to attach an image to it. If I reference the transfer div by class, you end up with 2 identical images going 2 different places.
Thanks