0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 17:30:59 +01:00
svelte/test/js/samples/media-bindings/input.html
Jacob Mischka b5a3e2224d Add audio video volume binding (#1148)
* Add audio/video volume binding

Fixes #1143

* Update test and add volumechange event

* Set volume on initial update

* Update test after setting volume initially

Oops.
2018-02-03 13:33:27 -05:00

2 lines
104 B
HTML

<audio bind:buffered bind:seekable bind:played bind:currentTime bind:duration bind:paused bind:volume/>