mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-06-02 16:09:52 -04:00
✨ Tweak animated cursor frame speed
This commit is contained in:
parent
bfaeb4c5ca
commit
920c38cf41
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue