basic-slideshow-timer

Auxiliary component to advance a selection with a timer

Usage no npm install needed!

<script type="module">
  import basicSlideshowTimer from 'https://cdn.skypack.dev/basic-slideshow-timer';
</script>

README

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