zooniverse / mobile

React native Zooniverse mobile app
20 stars 14 forks source link

Animated swipe gesture icon for Yes No tasks - Museum Mode #574

Open seanmiller26 opened 3 months ago

seanmiller26 commented 3 months ago

I found this icon for purchase: https://imgvisuals.com/products/animated-horizontal-move-linear-icon

Ideally it could be overlayed on a subject image to let volunteers know they can swipe for yes and no. We could time it to appear after x seconds of inactivity. This would apply for Museum Mode and would be a valuable teaching tool for that subsection of users.

Screenshot 2024-05-02 at 1 51 16 PM
coryzoon commented 3 months ago

@seanmiller26 @lcjohnso This feature can be broken down into 2 parts. 1) Displaying the animated icon 2) Ensuring it happens after x amount of inactivity. The first part should be relatively easy. It can be exported as a lottie format and there is a library for displaying lottie images. The second part might take a little bit of effort in order to track when inactivity begins and ends (and do it for museum mode). All in all I would estimate the effort be about 4 hours.