fh-components icon indicating copy to clipboard operation
fh-components copied to clipboard

video-stage paused and autoplay redundant

Open johndigital opened this issue 6 years ago • 0 comments

I don't think we need both autoplay and paused, we should probably just have one prop called playing. We'll need to make sure it's fully reactive, so hardcoding playing to a truthy value would trigger an autoplay and toggling it after the component has already mounted would result in play/pause commands on the vimeo player.

When implemented, we should also keep autoplay and paused in there for a few versions for compatibility.

johndigital avatar Jun 06 '18 18:06 johndigital