Hello,
I've been using prototype/scriptaculous for a while now, and they are
really fantastic libraries! This is the first time I haven't been
able to easily figure something out from the online docs.
I'm creating a very straightforward Sortable. It's a simple vertical
list of divs, within a container, and the sortable simply needs to
reorder the divs. Sortable.create with {tag:'div'} does almost
exactly what I want right out of the box. The only problem is that
the default re-order effect moves the items instantly, with no
animation. Since my divs are fairly large, this looks kind of
jarring. What I want is that, when I drag item #1 down to the point
where it becomes #2, I want the old #2 to slide up smoothly into #1's
old spot, rather than move there instantly.
What can I override to do this? Thanks!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Prototype & script.aculo.us" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---