-
Notifications
You must be signed in to change notification settings - Fork 115
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
Suggested feature: option to disable animated previews in profile #1878
Comments
@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 |
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... |
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
<#1878 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACU6AQCA7U6GIOY3FN7PZXDZVV3MHAVCNFSM6AAAAABN4BIWNWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMZXG43DIOBSHE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@bramvandijk88 See #1864 |
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 :)
The text was updated successfully, but these errors were encountered: