-
Notifications
You must be signed in to change notification settings - Fork 14
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
Enhancement: support animation (auto-play) of multi-image subjects #456
Comments
The ideal functionality should be as follows: The multi-image subject should auto-play through infinitely. For reference: This is a slimmed-down version of our desktop classifier viewer 'Flipbook'. It should function similarly minus play/pause/speed controls and frame thumbnail previews. If it helps here is a related issue: Desktop 'Flipbook Viewer' frame speed: zooniverse/front-end-monorepo#3885 (Edited to document discussion notes and decisions.) |
@seanmiller26 -- A specific question re: frame indicators. How do you recommend we handle many-frame (e.g., up to 10) situation where that number of dots will not fit side-by-side. Horizontal scroll for set of dots? Adding second row of dots? Something else? |
@lcjohnso Do we or will we have a limit on max number of frames to display? For now I have mocked up a max of ten indicators. If we suspect more may be needed I can revisit. |
I think 10 frames is a reasonable maximum frame count to assume. I had assumed that 10 would not fit; thanks for the correction via above screenshot. @coryzoon -- based on Sean's answer, I think you can move forward assuming we can place frame indicators side-by-side, but let us know if that isn't feasible. |
Responding to this progress update video: https://share.vidyard.com/watch/RseiKDavEdMcE5GeY1QoJT I'm going to focus mostly on the functionality here and hope the styling updates in #535 take care of some of the minor issues. (see above comment for a reference of full screen styling) It looks like we have taken care of all the asks from our initial list:
I'd like to confirm these functionalities when in full screen:
|
Closed by #568 |
As a participant, I would like to have the option for multi-image subjects to automatically loop through (e.g., animate). This would mirror the functionality on the browser-based experience.
Example project: https://www.zooniverse.org/projects/coolneighbors/backyard-worlds-cool-neighbors/classify
In the browser-based version, you can click the play button and it automatically loops through the multiple images, making it easier to see the potential mover moving in the center of the frame from one image to the next.
On the mobile app, there is no 'play' option and so you manually swipe through the images. That action makes it a little harder to focus on the potential mover.
Note: this is not a high priority.
The text was updated successfully, but these errors were encountered: