Displaying 1 result from an estimated 1 matches for "702px".
Did you mean:
700px
2006 Jun 24
4
Correct syntax for using the Effects Queue ?
this works:
onclick=''new Effect.Scale(this,50);''
but this does not:
onclick=''new Effect.Scale(this,50,{queue:front}); new Effect.Scale
(this,200,{queue:end});''
what is the correct syntax for using queue ?
many thanks as I have just started wrapping my head around scriptaculous
g