function barcodeFlyToSimLeft(){
   new Effect.Move('barcodeLeft',{x: -350, y: 200, mode: 'relative'});
   new Effect.Shrink('barcodeLeft',{direction: 'center', queue: 'end',
        afterFinish: function(){Barcode('043396097742');}});
   new Effect.Appear('barcodeLeft',{x: 0, y:0, duration: '1.0', queue:
'end'});
   return false;
}

Duration should be numeric, not a string.

On Apr 24, 5:26 pm, alpineedge3 <gmarzl...@gmail.com> wrote:
> Hi,
>
> I'm running an effect chain: move, shrink, then appear. The appear
> effect doesn't fade in. rather, it just becomes visible with 100%
> opacity.
>
> The scripts are controlling the barcode boxes on the homepage 
> ofwww.fastpricecheck.com.
>
> Any help would be appreciated. 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 prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to