Skip to content

Commit 7c44509

Browse files
pngwnConduitry
authored andcommitted
Document bind:playbackRate in the API documentation. Closes #3806.
1 parent 9f48d1a commit 7c44509

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

site/content/docs/02-template-syntax.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,9 +570,10 @@ Media elements (`<audio>` and `<video>`) have their own set of bindings — four
570570
* `seekable` (readonly) — ditto
571571
* `played` (readonly) — ditto
572572

573-
...and three *two-way* bindings:
573+
...and four *two-way* bindings:
574574

575575
* `currentTime` — the current point in the video, in seconds
576+
* `playbackRate` — how fast to play the video, where 1 is 'normal'
576577
* `paused` — this one should be self-explanatory
577578
* `volume` — a value between 0 and 1
578579

0 commit comments

Comments
 (0)