macro-carousel icon indicating copy to clipboard operation
macro-carousel copied to clipboard

[feat] Autoplay

Open ciampo opened this issue 7 years ago • 1 comments

  • [ ] autoplay, autoplay-duration, autoplay-stop-on-interaction attributes
  • [ ] play() and pause() methods
  • [ ] a11y (see next comment)
  • [ ] CSS vars to styles play/pause button

ciampo avatar Dec 15 '17 14:12 ciampo

A11y:

  • play/pause button
  • Pause on mouseover and focusin; play again on mouseleave and focusout (if the pause button was not pressed)

ciampo avatar Dec 21 '17 11:12 ciampo