From 145a114ace06f7e6d65f0702461cf73cb7713c2c Mon Sep 17 00:00:00 2001 From: adamnorris Date: Tue, 22 Oct 2019 11:48:41 +0100 Subject: [PATCH] Add accessibility note on autoplaying content --- modules/demos/auto-play/auto-play.hbs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/demos/auto-play/auto-play.hbs b/modules/demos/auto-play/auto-play.hbs index d34b935..3f05ce2 100644 --- a/modules/demos/auto-play/auto-play.hbs +++ b/modules/demos/auto-play/auto-play.hbs @@ -4,6 +4,10 @@

Auto-playing will pause when mouse is hovered over, and resume when mouse is hovered off. Auto-playing will stop when the carousel is clicked or a cell is selected.

+ +  

Autoplaying content can be disorientating for some users. It's best to offer an option to pause or stop the carousel . See Example.

+ +
``` js