effect

Run a jQuery UI effect on the target element.

Arguments:

  • target selects the element receiving the effect.
  • effect is the jQuery UI effect name.
  • options contains effect-specific options.
  • speed is 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} %}

Edit on GitHub

Referred by

Category

Actions

Browser actions that templates attach to events with Zotonic's wiring system.