Tweak animated cursor frame speed

This commit is contained in:
ful1e5 2021-03-24 17:59:16 +05:30
parent bfaeb4c5ca
commit 920c38cf41

View file

@ -113,9 +113,9 @@ class BitmapsGenerator {
) {
const opt = Object.assign(
{
playbackRate: 0.1,
playbackRate: 0.3,
diff: 0,
frameLimit: 500,
frameLimit: 300,
framePadding: 4,
},
options