I just had the darn names backward....this code works perfectly.

On Nov 3, 11:10 am, TomWA007 <[EMAIL PROTECTED]> wrote:
> I would like to set the styles which will morph in my class through
> options. It seemed straight forward, but the morph is not occurring
> and it is not throwing any errors.
>
> myEffect.start({"border-color": "#e00"});  <-- works perfectly
> ---------------------------------------------------------------------------------------
>
> ReqStyles: {"border-color": "#e00"} <-- The default in options
> myEffect.start(this.options.ReqStyles); <-- Nothing happens
>
> What am I missing?
>
> Thanks

Reply via email to