voidsplash icon indicating copy to clipboard operation
voidsplash copied to clipboard

jittery animations

Open ghost opened this issue 4 years ago • 2 comments

it looks like some frames are skipped it does not loop correctly

ghost avatar Aug 22 '21 09:08 ghost

Also having this issue. Probably because things are sorted like 0.png, 1.png, 11.png, 12.png...

S0raWasTaken avatar Dec 27 '21 21:12 S0raWasTaken

I actually did solve it in a hacky way basically I modified line 43 to this:

parrot $(ls /etc/voidsplash/ | sort -V | awk '{ print "/etc/voidsplash/"$1 }') | while read img

S0raWasTaken avatar Dec 27 '21 21:12 S0raWasTaken