Displaying 3 results from an estimated 3 matches for "effectstreasurechest".
2007 Jul 26
1
Scroll Page While Dragging 'draggable_element'
Hi - I posted this on another list, but received no response, so I''m
trying this one. My apologies to those who have seen this question
twice.
I have two columns, one of draggable elements, the other of
droppable elements. These are used to add items to a particular
collection. (Story :habtm ''Assets'')
Column 1 (Assets) Column 2 (Stories)
==============
2005 Oct 21
1
{ afterfinish }
Hi,
1. can someone give me an example usage of { afterfinish: }? I tried several
ways and just can''t get it. I was trying to deploy an effect after another
one had finished and just couldn''t do it.
Effect.dropout (myElement, {afterfinish: function(element) {
Effect.Appear(anotherElement); } } );
a) why doesn''t this work?
b) what''s the element argument for?
2005 Aug 13
0
script.aculo.us Slide in from right
Hi all,
I''ve found this page:
http://wiki.script.aculo.us/scriptaculous/show/EffectsTreasureChest
And I''ve included the exact source-code into a new javascript (.js)
file and including the link in the HTML page I''m working with.
I then have two div elements:
<div id="one" onclick="Effect.SlideRightOutOfView(this);">
Test
</div>
<div id=&...