Annotation plugin readme styling

This commit is contained in:
Chocobozzz 2023-02-07 11:04:34 +01:00
parent 0f612a92f4
commit 7e3f1b7814
No known key found for this signature in database
GPG Key ID: 583A612D890159BE

View File

@ -22,21 +22,19 @@ HTML
For example:
#In the first example, The text will be hidden after 4 seconds.
#In the second example, The text will be displayed at second 5 and will be hidden at second 10.
#In the third example, In the third example, the text will be displayed at second 12 but will not be hidden, also the text will be located at the top left of the video..
```
--> 4
Hello, how are you?
5-->10
See <a href="https://cpy.re" target="_blank">this document</a> for more information
12-->
options: align=top-left
This annotation will be at the top-left of the player
```
* In the first section, the text will be hidden after 4 seconds
* In the second section, the text will be displayed at second 5 and will be hidden at second 10
* In the third section, the text will be displayed at second 12 but will not be hidden. The text will also be located at the top left of the video.