added preview and changed default added time height
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<br/>
|
||||
|
||||
<h2>Preview</h2>
|
||||
<h3 align="center"><img width="40%" src="./preview.gif"></h3>
|
||||
<h3 align="center"><img width="90%" src="./preview.gif"></h3>
|
||||
<br/>
|
||||
|
||||
<h2>Usage</h2>
|
||||
|
||||
+1
-1
@@ -36,7 +36,7 @@ const addTime = async (time, s) => {
|
||||
addedTime.style.display = "block";
|
||||
await sleep(50);
|
||||
addedTime.style.left = `${randomInRange(35, 65)}%`;
|
||||
addedTime.style.top = `${randomInRange(25, 45)}%`;
|
||||
addedTime.style.top = `${randomInRange(15, 40)}%`;
|
||||
addedTime.style.opacity = "1";
|
||||
await sleep(2500);
|
||||
addedTime.style.opacity = "0";
|
||||
|
||||
BIN
Binary file not shown.
|
After Width: | Height: | Size: 3.9 MiB |
Reference in New Issue
Block a user