mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 17:19:03 -04:00
[trans] do final object (logo) twice as long
This commit is contained in:
parent
c2391f7b88
commit
dfde3a6875
@ -260,7 +260,7 @@ slidepanel(struct notcurses* nc, struct ncplane* stdn){
|
||||
ncvisual_destroy(ncv);
|
||||
clock_gettime(CLOCK_MONOTONIC, &cur);
|
||||
l = legend(nc, "partially-transparent image");
|
||||
deadlinens = timespec_to_ns(&cur) + timespec_to_ns(&demodelay);
|
||||
deadlinens = timespec_to_ns(&cur) + 2 * timespec_to_ns(&demodelay);
|
||||
if( (err = slideitslideit(nc, n, deadlinens, &vely, &velx)) ){
|
||||
ncplane_destroy(n);
|
||||
ncplane_destroy(l);
|
||||
|
Loading…
x
Reference in New Issue
Block a user