| author | ymh <ymh.work@gmail.com> |
| Fri, 02 Dec 2016 13:25:08 +0100 | |
| changeset 457 | a7a333c0b1eb |
| parent 455 | a8bed1c7df8e |
| permissions | -rw-r--r-- |
|
455
a8bed1c7df8e
move the transcript highlight and autoscroll logic to the base component
ymh <ymh.work@gmail.com>
parents:
454
diff
changeset
|
1 |
<i class="fa fa-play" {{action play begin}}>Play</i> |
|
454
710a2ae08a74
rework transcript component to correct various bugs
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
2 |
{{#if title}}<span class="title">{{title}}</span>{{/if}} |
|
710a2ae08a74
rework transcript component to correct various bugs
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
3 |
{{#each annotations as |annotation|}} |
|
710a2ae08a74
rework transcript component to correct various bugs
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
4 |
{{transcript-annotation-component annotation=annotation}} |
|
710a2ae08a74
rework transcript component to correct various bugs
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
5 |
{{/each}} |
|
710a2ae08a74
rework transcript component to correct various bugs
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
6 |