Skip to contents

Generated wrapper for the Web Awesome wa-animated-image component. Generated from Web Awesome metadata.

Usage

wa_animated_image(
  ...,
  id = NULL,
  class = NULL,
  style = NULL,
  alt = NULL,
  dir = NULL,
  lang = NULL,
  play = NULL,
  src = NULL,
  pause_icon = NULL,
  play_icon = NULL
)

Arguments

...

Child content for the component's default slot.

id

Optional DOM id attribute for HTML, CSS, and JS targeting.

class

Optional CSS class string.

style

Optional inline CSS style string.

alt

String. A description of the image used by assistive devices.

dir

String. Optional Web Awesome attribute.

lang

String. Optional Web Awesome attribute.

play

Boolean. Default: FALSE. Plays the animation. When this attribute is remove, the animation will pause.

src

String. The path to the image to load.

pause_icon

Optional pause icon to use instead of the default. Works best with <wa-icon>.

play_icon

Optional play icon to use instead of the default. Works best with <wa-icon>.

Value

An HTML tag for the component.

Shiny Bindings

None.