Somehow it was uninstalled. Weird.
There was also a bug in the code. Maybe a node.js version issue.
Solved Change animation between loading posts etc
-
Hi,
Is it possible to change the fading animation between loading items ? Whilst this might sound like an odd request, I was curious to understand if a spinner can be added etc.
Thanks
-
I found the CSS part here
#content { padding-bottom: 20px; transition: opacity 0ms linear; }
-
I found the CSS part here
#content { padding-bottom: 20px; transition: opacity 0ms linear; }