-
Notifications
You must be signed in to change notification settings - Fork 835
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
Animate the menu bar icon for all the things #639
Comments
ANIMATE ALL THE THINGS |
How would that work when you have parallel exports going? Also even while you are doing those tasks, you can still record again (in 3.0) so it might get a bit confusing what animation it needs to use when. Would be interesting to come up with something though! |
It would show the total progress or just an indeterminate progress indicator.
If you record again, it would just ignore the export progress and show the recording stuff. |
I think that'd look really nice. Is there a way we can programmatically set the tray icon (as in make the icons in js) or do we have to pre-define it and load the assets like we do currently for the animation? |
It currently only supports an image, but we could dynamically generate each frame with |
Currently, we have a nice animation in the menu bar icon when Kap prepares to record. Would be nice to have an animation in the icon during other tasks too, like converting, exporting, and uploading.
The text was updated successfully, but these errors were encountered: