diff --git a/demo/build_final.py b/demo/build_final.py index ee658e6..318a155 100644 --- a/demo/build_final.py +++ b/demo/build_final.py @@ -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: diff --git a/demo/demo.gif b/demo/demo.gif index 29c1333..4b27d99 100644 Binary files a/demo/demo.gif and b/demo/demo.gif differ