basic-slideshow-timer

0.8.0 • Public • Published

API Documentation

SlideshowTimer ⇐ ElementBase

Auxiliary component to advance a selection with a timer.

This component is generally used to wrap a component like basic-carousel or the simpler basic-sliding-carousel to add slideshow behavior. For a standalone slideshow component, see basic-slideshow.

Example:

<basic-slideshow-timer>
  <basic-carousel>
    ... images or other elements ...
  </basic-carousel>
</basic-slideshow-timer>

The basic-slideshow-timer component provides no visible user interface elements, and exists chiefly as a convenience for use in scenarios like the one above. If you're developing a component that will always want to provide slideshow semantics, consider directly applying the TimerSelection mixin to your component.

Kind: global class Extends: ElementBase

Package Sidebar

Install

npm i basic-slideshow-timer

Weekly Downloads

1

Version

0.8.0

License

MIT

Last publish

Collaborators

  • robbear
  • jan.miksovsky