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