disable .line-loading animation on linux
this is heavy on perf. closes #413
I'll gladly take this and file a PR, is anyone currently working on this / is it already completed?
I'll gladly take this and file a PR, is anyone currently working on this / is it already completed?
you're more than welcome to! :) And no, no one is working on this currently.
I dug into this further and was able to replicate the issue on both datproject.github.io/design and within dat-desktop and link it directly to the .line-loading animation. However, I don't believe this is caused by something in the app specifically since I was able to replicate the same issue on other websites & apps that used the same or similar animations.
I'm looking into potential fixes, a bit hung up with what the best way to go about detecting the environment under which we'd want to disable these animations. Any ideas?
for now we can simply disable the animation in the desktop app where we can check the os using require('os').platform() and change the css definition accordingly
Is this still an issue?