Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions demo/build_final.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,10 @@ def emit(d, dt):
nonlocal t
t += dt
events.append([round(t, 3), "o", d])
emit("\x1b[?25l", 0.2) # hide cursor
emit("\x1b[?25l", 0.0) # hide cursor from the first frame (no pointer in the GIF)
for line in card:
emit(line + "\r\n", 0.08)
emit("", 2.4) # hold on the finished card
emit("\x1b[?25h", 0.0) # restore cursor

cast = os.path.join(ROOT, "demo/demo.cast")
with open(cast, "w", encoding="utf-8") as f:
Expand Down
Binary file modified demo/demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading