Menu

#15 Setting EffectOptions

open
nobody
None
5
2006-12-07
2006-12-07
No

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

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.