✅ Hover effect on asset thumbnails is gone?

This is more of a question than a feature request, but I think in beta0.9 when I hovered the mouse over an asset thumbnail, the thumbnail had an animated “zoom” effect, which un-zoomed when I moved the mouse away from the asset. I’m now using alpha2 and that hover effect seems to be gone. I looked through both settings files and couldn’t find anything about this. Am I Mandela-effecting this hover effect? Or was it removed?

You’re absolutely correct, I did remove the zoom-on-hover effect in v1.0.0.

I had a couple beta users that were motion sensitive told me that it was uncomfortable, so I just commented out the CSS rather than adding a browser setting (which would be a bunch more work: right now there’s only the thumbnail size).

1 Like

I liked it and think in the future it would be a good configuration option, but I’m fine with the effect gone.

1 Like

(I liked it too!) I’ll leave this as a feature request for later.

1 Like

In settings you could have an option that says “Enable if photosensitive” or something

1 Like

There’s actually a well-supported CSS @media query for this very purpose:

Using that ought to help, even if you might want to add a PhotoStructure-specific toggle in the settings later on as well.

1 Like

Thanks for the suggestion, Zirro! This is implemented in v1.2.