0.8.0 • Published 8 years ago

basic-slideshow-timer v0.8.0

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

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