effect
Run a jQuery UI effect on the target element.
Arguments:
targetselects the element receiving the effect.effectis the jQuery UI effect name.optionscontains effect-specific options.speedis the duration in milliseconds or a named jQuery duration. The default is 350 milliseconds.
{% button text="Highlight" action={effect target="notice" effect="highlight" speed=500} %}