Giter VIP home page Giter VIP logo

Comments (4)

htr3n avatar htr3n commented on August 24, 2024

@jcdepth The social icons are part of Font-Awesome. In my personal site, instead of directly loading FA's CSSs, I've used deferred FA JavaScript loading. That's the reason of the flashing/flickering of social icons.

The reason I chose deferred JS for FA was that, the social icons aren't the most important parts of the site or post, they can be loaded later, saving some loading time on the critical rendering path for other stuffs that the reader might want to see first ;)

from hyde-hyde.

jcdepth avatar jcdepth commented on August 24, 2024

Thanks for the reply! How would I tweak when Fontawesome is loading?

I'm guessing that because the demo site on gohugo.io doesn't load like this, it may be a setting in how Hugo is building the site?

from hyde-hyde.

htr3n avatar htr3n commented on August 24, 2024

@jcdepth Sorry for the misleading info. During hyde-hyde development, I have switched back and forth between using Fontawesome CSSs or JavaScripts quite few times. The current version of hyde-hyde is using FA's JavaScripts in deferred loading styles.

https://github.com/htr3n/hyde-hyde/blob/master/layouts/partials/footer/font-awesome-js.html

That's the main cause of flashing/flickering as the social icons of FA will be loaded almost at the end of the page loading.

The demo site on https://themes.gohugo.io uses the same code base but, I guess, the flickering/flashing is quicker/shorter and perhaps unnoticeable (e.g. due to faster hosting or caching) compared to my Github site.

from hyde-hyde.

htr3n avatar htr3n commented on August 24, 2024

@jcdepth As haven't heard from you since the last comment, I will close this issue for now. Please feel free to reopen it any time for following up.

from hyde-hyde.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.