How to make animated NSCursor?

417 Views Asked by At

Is there a way to make animated NSCursor with my custom gif image?

1

There are 1 best solutions below

0
On

Unfortunately, no--your best bet is to create an array of NSCursors, one for each frame of your image, and set them yourself using whatever animation strategy you'd like (perhaps an NSTimer?).