jsfiddle / jsfiddle-users

Discussions, issues and docs for JSFiddle.
https://jsfiddle.net
314 stars 114 forks source link

Suggested feature: option to disable animated previews in profile #1878

Open bramvandijk88 opened 2 months ago

bramvandijk88 commented 2 months ago

On my public profile and on my own user page, every fiddle has an animated preview that makes the page very slow. I make a lot of simulations for students, and sometimes I use my user page to find back an old fiddle. However, the interactive previews make the page incredibly slow to load.

Would it be possible to have a user page (and perhaps also a profile publically) where these previews are simply static, perhaps even without an image at all?

Thanks for considering :)

oskarkrawczyk commented 2 months ago

@bramvandijk88 I know what you mean, but I don't have a good idea on how to disable different types of animations - CSS animations are easy, because I could probably write a regex to strip out any animation definitions but I don't see how I could figure out how to disable JS animations.

Maybe someone has a good idea, then I'll implement it.

For now, the rendered results in lists can be disabled by adding ?disable_render=true to the URL.

bramvandijk88 commented 2 months ago

It would be useful if there was a seperate page which just had the names of a user's fiddles? That shouldn't be difficult to add.

Searching for my fiddles is a nightmare now, even though I often know what name I'm looking for...

bramvandijk88 commented 2 months ago

Is it no longer possible to show just the results ? I’m trying to show a simulation to a colleague on my iphone

On Mon, 9 Sep 2024 at 12:41, Oskar Krawczyk @.***> wrote:

@bramvandijk88 https://github.com/bramvandijk88 I know what you mean, but I don't have a good idea on how to disable different types of animations - CSS animations are easy, because I could probably write a regex to strip out any animation definitions but I don't see how I could figure out how to disable JS animations.

Maybe someone has a good idea, then I'll implement it.

For now, the rendered results in lists can be disabled by adding ?disable_render=true to the URL.

— Reply to this email directly, view it on GitHub https://github.com/jsfiddle/jsfiddle-users/issues/1878#issuecomment-2337764829, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACU6AQCA7U6GIOY3FN7PZXDZVV3MHAVCNFSM6AAAAABN4BIWNWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMZXG43DIOBSHE . You are receiving this because you were mentioned.Message ID: @.***>

oskarkrawczyk commented 2 months ago

Is it no longer possible to show just the results ? I’m trying to show a simulation to a colleague on my iphone

@bramvandijk88 See #1864