Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Frames limit? #222

Open
THEDESTROYER6667 opened this issue Feb 4, 2024 · 3 comments
Open

Frames limit? #222

THEDESTROYER6667 opened this issue Feb 4, 2024 · 3 comments

Comments

@THEDESTROYER6667
Copy link

When I want to make an animated cursor, what is the limit for the frames I can stack?

@NordJan
Copy link

NordJan commented Feb 4, 2024

I don't know the maximum (if that is what you mean by limit), but Blau2 has 18 frames in the Busy cursor. On the other end, 2 is the minimum, I guess ;-).
Cheers, Nord

@ICrashWindows12
Copy link

ICrashWindows12 commented Feb 12, 2024

The limit is 24, after that it will say the value is too large, im trying to reverse engineer the code so I can have 25 frames

@ICrashWindows12
Copy link

this is the part of the code which says the limit is 24:

BOOL applyCursorForIdentifier(NSUInteger frameCount, CGFloat frameDuration, CGPoint hotSpot, CGSize size, NSArray *images, NSString *ident, NSUInteger repeatCount) { if (frameCount > 24 || frameCount < 1) { MMLog(BOLD RED "Frame count of %s out of range [1...24]", ident.UTF8String); return NO; }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants