Hi,
I try to set the number of pulses for the pulsate effect:
Effect.pulsate(sender, new EffectOption[] {
new EffectOption(
"pulses", "1")});
This gives me the online error that [object] is not a number. Using the EffectOption("pulses", 1) constructor also does not work.
Is there maybe an error in the generating of the options? I updated the prototype.js and effect.js to the current versions, but it did not help.
Hope this can be fixed, because the default of 5 pulses is here not applicable.
Best regards,
Andreas